Html Css Color HEX #9F91CC Cold Purple

📋 copy color: '#9F91CC'

red 159 ◦ green 145 ◦ blue 204

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

Shades of Cold Purple #9F91CC

Tints of Cold Purple #9F91CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.54%

 BLUE value IS 204 (80.08% from 255) = 40.16%

R = 31.3%
G = 28.54%
B = 40.16%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F91CC (or 0x9F91CC) is known color: Cold Purple. HEX triplet: 9F, 91 and CC. RGB value is (159,145,204). Sum of RGB (Red+Green+Blue) = 159+145+204=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F91CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91CC is #606E33. Grayscale: #9B9B9B. Windows color (decimal): -6319668 or 13406623. OLE color: 13406623.

HSL color Cylindrical-coordinate representation of color #9F91CC: hue angle of 254.24º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F91CC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 145 204 -
CMYK 0.22 0.29 0 0.2
HSL 254.24º 0.37% 0.68% -
HSV(B) 254.24º 0.29% 0.8% -
XYZ 35.32 31.98 61.44 -
YUV 155.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 159 145 204 0.22 0.29 0 0.2 254.24 0.37 0.68
Hex 9F 91 CC 16 1D 0 14 FE 25 44
Octal 237 221 314 26 35 0 24 376 45 104
Binary 10011111 10010001 11001100 10110 11101 0 10100 11111110 100101 1000100

Color Harmonies of #9F91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F91CC

Black with #9F91CC

Text Example


Text Example

White with #9F91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,145,204); }

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

background-color css

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

 a { background-color: rgb(159,145,204); }

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

border-color css

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

 span { border-color: rgb(159,145,204); }

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