Html Css Color HEX #9F81BE Cold Purple

📋 copy color: '#9F81BE'

red 159 ◦ green 129 ◦ blue 190

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

Shades of Cold Purple #9F81BE

Tints of Cold Purple #9F81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 33.26%
G = 26.99%
B = 39.75%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F81BE (or 0x9F81BE) is known color: Cold Purple. HEX triplet: 9F, 81 and BE. RGB value is (159,129,190). Sum of RGB (Red+Green+Blue) = 159+129+190=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81BE is #607E41. Grayscale: #909090. Windows color (decimal): -6323778 or 12485023. OLE color: 12485023.

HSL color Cylindrical-coordinate representation of color #9F81BE: hue angle of 269.51º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F81BE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 129 190 -
CMYK 0.16 0.32 0 0.25
HSL 269.51º 0.32% 0.63% -
HSV(B) 269.51º 0.32% 0.75% -
XYZ 31.44 26.79 52.23 -
YUV 144.92 153.44 138.04 -
System Red Green Blue C M Y K H S L
Decimal 159 129 190 0.16 0.32 0 0.25 269.51 0.32 0.63
Hex 9F 81 BE 10 20 0 19 10E 20 3F
Octal 237 201 276 20 40 0 31 416 40 77
Binary 10011111 10000001 10111110 10000 100000 0 11001 100001110 100000 111111

Color Harmonies of #9F81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F81BE

Black with #9F81BE

Text Example


Text Example

White with #9F81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,129,190); }

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

background-color css

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

 a { background-color: rgb(159,129,190); }

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

border-color css

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

 span { border-color: rgb(159,129,190); }

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