Html Css Color HEX #9F81CD Cold Purple

📋 copy color: '#9F81CD'

red 159 ◦ green 129 ◦ blue 205

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

Shades of Cold Purple #9F81CD

Tints of Cold Purple #9F81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 32.25%
G = 26.17%
B = 41.58%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F81CD (or 0x9F81CD) is known color: Cold Purple. HEX triplet: 9F, 81 and CD. RGB value is (159,129,205). Sum of RGB (Red+Green+Blue) = 159+129+205=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F81CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81CD is #607E32. Grayscale: #929292. Windows color (decimal): -6323763 or 13468063. OLE color: 13468063.

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

Color convert

RGB 159 129 205 -
CMYK 0.22 0.37 0 0.20
HSL 263.68º 0.43% 0.65% -
HSV(B) 263.68º 0.37% 0.8% -
XYZ 33.17 27.48 61.31 -
YUV 146.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 159 129 205 0.22 0.37 0 0.20 263.68 0.43 0.65
Hex 9F 81 CD 16 25 0 14 108 2B 41
Octal 237 201 315 26 45 0 24 410 53 101
Binary 10011111 10000001 11001101 10110 100101 0 10100 100001000 101011 1000001

Color Harmonies of #9F81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F81CD

Black with #9F81CD

Text Example


Text Example

White with #9F81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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