Html Css Color HEX #9F82CF Cold Purple

📋 copy color: '#9F82CF'

red 159 ◦ green 130 ◦ blue 207

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

Shades of Cold Purple #9F82CF

Tints of Cold Purple #9F82CF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 32.06%
G = 26.21%
B = 41.73%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9F82CF (or 0x9F82CF) is known color: Cold Purple. HEX triplet: 9F, 82 and CF. RGB value is (159,130,207). Sum of RGB (Red+Green+Blue) = 159+130+207=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F82CF is #607D30. Grayscale: #939393. Windows color (decimal): -6323505 or 13599391. OLE color: 13599391.

HSL color Cylindrical-coordinate representation of color #9F82CF: hue angle of 262.6º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F82CF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 130 207 -
CMYK 0.23 0.37 0 0.19
HSL 262.6º 0.45% 0.66% -
HSV(B) 262.6º 0.37% 0.81% -
XYZ 33.54 27.84 62.64 -
YUV 147.45 161.61 136.24 -
System Red Green Blue C M Y K H S L
Decimal 159 130 207 0.23 0.37 0 0.19 262.6 0.45 0.66
Hex 9F 82 CF 17 25 0 13 107 2D 42
Octal 237 202 317 27 45 0 23 407 55 102
Binary 10011111 10000010 11001111 10111 100101 0 10011 100000111 101101 1000010

Color Harmonies of #9F82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F82CF

Black with #9F82CF

Text Example


Text Example

White with #9F82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,130,207); }

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

background-color css

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

 a { background-color: rgb(159,130,207); }

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

border-color css

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

 span { border-color: rgb(159,130,207); }

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