Html Css Color HEX #9C8FBE Cold Purple

📋 copy color: '#9C8FBE'

red 156 ◦ green 143 ◦ blue 190

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

Shades of Cold Purple #9C8FBE

Tints of Cold Purple #9C8FBE

RGB

 RED value IS 156 (61.33% from 255) = 31.9%

 GREEN value IS 143 (56.25% from 255) = 29.24%

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

R = 31.9%
G = 29.24%
B = 38.85%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C8FBE (or 0x9C8FBE) is known color: Cold Purple. HEX triplet: 9C, 8F and BE. RGB value is (156,143,190). Sum of RGB (Red+Green+Blue) = 156+143+190=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C8FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FBE is #637041. Grayscale: #989898. Windows color (decimal): -6516802 or 12488604. OLE color: 12488604.

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

Color convert

RGB 156 143 190 -
CMYK 0.18 0.25 0 0.25
HSL 256.6º 0.27% 0.65% -
HSV(B) 256.6º 0.25% 0.75% -
XYZ 32.83 30.43 52.86 -
YUV 152.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 156 143 190 0.18 0.25 0 0.25 256.6 0.27 0.65
Hex 9C 8F BE 12 19 0 19 101 1B 41
Octal 234 217 276 22 31 0 31 401 33 101
Binary 10011100 10001111 10111110 10010 11001 0 11001 100000001 11011 1000001

Color Harmonies of #9C8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8FBE

Black with #9C8FBE

Text Example


Text Example

White with #9C8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,143,190); }

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

background-color css

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

 a { background-color: rgb(156,143,190); }

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

border-color css

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

 span { border-color: rgb(156,143,190); }

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