Html Css Color HEX #9F91C6 Cold Purple

📋 copy color: '#9F91C6'

red 159 ◦ green 145 ◦ blue 198

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

Shades of Cold Purple #9F91C6

Tints of Cold Purple #9F91C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 31.67%
G = 28.88%
B = 39.44%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9F91C6 (or 0x9F91C6) is known color: Cold Purple. HEX triplet: 9F, 91 and C6. RGB value is (159,145,198). Sum of RGB (Red+Green+Blue) = 159+145+198=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F91C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91C6 is #606E39. Grayscale: #9B9B9B. Windows color (decimal): -6319674 or 13013407. OLE color: 13013407.

HSL color Cylindrical-coordinate representation of color #9F91C6: hue angle of 255.85º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F91C6 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 159 145 198 -
CMYK 0.20 0.27 0 0.22
HSL 255.85º 0.32% 0.67% -
HSV(B) 255.85º 0.27% 0.78% -
XYZ 34.62 31.7 57.72 -
YUV 155.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 159 145 198 0.20 0.27 0 0.22 255.85 0.32 0.67
Hex 9F 91 C6 14 1B 0 16 100 20 43
Octal 237 221 306 24 33 0 26 400 40 103
Binary 10011111 10010001 11000110 10100 11011 0 10110 100000000 100000 1000011

Color Harmonies of #9F91C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F91C6

Black with #9F91C6

Text Example


Text Example

White with #9F91C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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