#9519C4

Color #9519C4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9519C4

Tints of Dark Orchid #9519C4

Color information

#9519C4 (or 0x9519C4) is unknown color: approx Dark Orchid. HEX triplet: 95, 19 and C4. RGB value is (149,25,196). Sum of RGB (Red+Green+Blue) = 149+25+196=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 196 (76.95% from 255 or 52.97% from 370); Max value from RGB is 196 - color contains mainly: blue. Hex color #9519C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9519C4 is #6AE63B. Grayscale: #515151. Windows color (decimal): -7005756 or 12851605. OLE color: 12851605.

HSL color Cylindrical-coordinate representation of color #9519C4: hue angle of 283.51º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9519C4 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14925196-
CMYK0.240.8700.23
HSL283.51º77.38%43.33%-
HSV(B)283.51º87.24%76.86%-
XYZ22.7111.0753.16-
YUV81.57192.58176.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 25 (10.16% from 255) = 6.76%
BLUE value IS 196 (76.95% from 255) = 52.97%
R=40.27%
G=6.76%
B=52.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal149251960.240.8700.23283.5177.3843.33
Hex9519C4185701711c4d2b
Octal225313043012702743411553
Binary1001010111001110001001100010101110101111000111001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9519C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9519C4; }

 p { color: rgb(149,25,196); }

 H1.HeaderClassName
 {
   color: #9519C4;
 }
 .AnyTagClassName
 {
   color: #9519C4;
 }
</style>
background-color css

<style>
 a { background-color: #9519C4; }

 a { background-color: rgb(149,25,196); }

 div.DivClassName
 {
   background-color: #9519C4;
 }
 .BgClassName
 {
   background-color: #9519C4;
 }
</style>
border-color css

<style>
 span { border-color: #9519C4; }

 span { border-color: rgb(149,25,196); }

 td.TdClassName
 {
   border-color: #9519C4;
 }
 .TagClassName
 {
   border-color: #9519C4;
 }
</style>