Html Css Color HEX #9C8FCA Cold Purple

📋 copy color: '#9C8FCA'

red 156 ◦ green 143 ◦ blue 202

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

Shades of Cold Purple #9C8FCA

Tints of Cold Purple #9C8FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 31.14%
G = 28.54%
B = 40.32%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C8FCA (or 0x9C8FCA) is known color: Cold Purple. HEX triplet: 9C, 8F and CA. RGB value is (156,143,202). Sum of RGB (Red+Green+Blue) = 156+143+202=501 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.14% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C8FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FCA is #637035. Grayscale: #999999. Windows color (decimal): -6516790 or 13275036. OLE color: 13275036.

HSL color Cylindrical-coordinate representation of color #9C8FCA: hue angle of 253.22º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C8FCA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 156 143 202 -
CMYK 0.23 0.29 0 0.21
HSL 253.22º 0.36% 0.68% -
HSV(B) 253.22º 0.29% 0.79% -
XYZ 34.19 30.98 60.05 -
YUV 153.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 156 143 202 0.23 0.29 0 0.21 253.22 0.36 0.68
Hex 9C 8F CA 17 1D 0 15 FD 24 44
Octal 234 217 312 27 35 0 25 375 44 104
Binary 10011100 10001111 11001010 10111 11101 0 10101 11111101 100100 1000100

Color Harmonies of #9C8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8FCA

Black with #9C8FCA

Text Example


Text Example

White with #9C8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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