Html Css Color HEX #9F8CCC Cold Purple

📋 copy color: '#9F8CCC'

red 159 ◦ green 140 ◦ blue 204

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

Shades of Cold Purple #9F8CCC

Tints of Cold Purple #9F8CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.83%

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

R = 31.61%
G = 27.83%
B = 40.56%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F8CCC (or 0x9F8CCC) is known color: Cold Purple. HEX triplet: 9F, 8C and CC. RGB value is (159,140,204). Sum of RGB (Red+Green+Blue) = 159+140+204=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F8CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CCC is #607333. Grayscale: #989898. Windows color (decimal): -6320948 or 13405343. OLE color: 13405343.

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

Color convert

RGB 159 140 204 -
CMYK 0.22 0.31 0 0.2
HSL 257.81º 0.39% 0.67% -
HSV(B) 257.81º 0.31% 0.8% -
XYZ 34.58 30.49 61.19 -
YUV 152.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 159 140 204 0.22 0.31 0 0.2 257.81 0.39 0.67
Hex 9F 8C CC 16 1F 0 14 102 27 43
Octal 237 214 314 26 37 0 24 402 47 103
Binary 10011111 10001100 11001100 10110 11111 0 10100 100000010 100111 1000011

Color Harmonies of #9F8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CCC

Black with #9F8CCC

Text Example


Text Example

White with #9F8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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