Html Css Color HEX #9F14CB Dark Violet

📋 copy color: '#9F14CB'

red 159 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #9F14CB

Tints of Dark Violet #9F14CB

RGB

 RED value IS 159 (62.5% from 255) = 41.62%

 GREEN value IS 20 (8.2% from 255) = 5.24%

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

R = 41.62%
G = 5.24%
B = 53.14%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F14CB (or 0x9F14CB) is known color: Dark Violet. HEX triplet: 9F, 14 and CB. RGB value is (159,20,203). Sum of RGB (Red+Green+Blue) = 159+20+203=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F14CB is #60EB34. Grayscale: #515151. Windows color (decimal): -6351669 or 13309087. OLE color: 13309087.

HSL color Cylindrical-coordinate representation of color #9F14CB: hue angle of 285.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F14CB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 20 203 -
CMYK 0.22 0.90 0 0.20
HSL 285.57º 0.82% 0.44% -
HSV(B) 285.57º 0.9% 0.8% -
XYZ 25.33 12.18 57.52 -
YUV 82.42 196.05 182.62 -
System Red Green Blue C M Y K H S L
Decimal 159 20 203 0.22 0.90 0 0.20 285.57 0.82 0.44
Hex 9F 14 CB 16 5A 0 14 11E 52 2C
Octal 237 24 313 26 132 0 24 436 122 54
Binary 10011111 10100 11001011 10110 1011010 0 10100 100011110 1010010 101100

Color Harmonies of #9F14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F14CB

Black with #9F14CB

Text Example


Text Example

White with #9F14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F14CB; }

 p { color: rgb(159,20,203); }

 H1.HeaderClassName
 {
   color: #9F14CB;
 }
 .AnyTagClassName
 {
   color: #9F14CB;
 }
</style>

background-color css

<style>
 a { background-color: #9F14CB; }

 a { background-color: rgb(159,20,203); }

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

border-color css

<style>
 span { border-color: #9F14CB; }

 span { border-color: rgb(159,20,203); }

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