Html Css Color HEX #9518CB Dark Violet

📋 copy color: '#9518CB'

red 149 ◦ green 24 ◦ blue 203

#9518CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9518CB

Tints of Dark Violet #9518CB

RGB

 RED value IS 149 (58.59% from 255) = 39.63%

 GREEN value IS 24 (9.77% from 255) = 6.38%

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 39.63%
G = 6.38%
B = 53.99%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9518CB (or 0x9518CB) is known color: Dark Violet. HEX triplet: 95, 18 and CB. RGB value is (149,24,203). Sum of RGB (Red+Green+Blue) = 149+24+203=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #9518CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9518CB is #6AE734. Grayscale: #515151. Windows color (decimal): -7006005 or 13310101. OLE color: 13310101.

HSL color Cylindrical-coordinate representation of color #9518CB: hue angle of 281.9º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9518CB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 24 203 -
CMYK 0.27 0.88 0 0.20
HSL 281.9º 0.79% 0.45% -
HSV(B) 281.9º 0.88% 0.8% -
XYZ 23.5 11.35 57.45 -
YUV 81.78 196.41 175.95 -
System Red Green Blue C M Y K H S L
Decimal 149 24 203 0.27 0.88 0 0.20 281.9 0.79 0.45
Hex 95 18 CB 1B 58 0 14 11A 4F 2D
Octal 225 30 313 33 130 0 24 432 117 55
Binary 10010101 11000 11001011 11011 1011000 0 10100 100011010 1001111 101101

Color Harmonies of #9518CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9518CB

Black with #9518CB

Text Example


Text Example

White with #9518CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9518CB; }

 p { color: rgb(149,24,203); }

 H1.HeaderClassName
 {
   color: #9518CB;
 }
 .AnyTagClassName
 {
   color: #9518CB;
 }
</style>

background-color css

<style>
 a { background-color: #9518CB; }

 a { background-color: rgb(149,24,203); }

 div.DivClassName
 {
   background-color: #9518CB;
 }
 .BgClassName
 {
   background-color: #9518CB;
 }
</style>

border-color css

<style>
 span { border-color: #9518CB; }

 span { border-color: rgb(149,24,203); }

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