Html Css Color HEX #9C8BCA Cold Purple

📋 copy color: '#9C8BCA'

red 156 ◦ green 139 ◦ blue 202

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

Shades of Cold Purple #9C8BCA

Tints of Cold Purple #9C8BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.97%

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

R = 31.39%
G = 27.97%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9C8BCA (or 0x9C8BCA) is known color: Cold Purple. HEX triplet: 9C, 8B and CA. RGB value is (156,139,202). Sum of RGB (Red+Green+Blue) = 156+139+202=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BCA is #637435. Grayscale: #979797. Windows color (decimal): -6517814 or 13274012. OLE color: 13274012.

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

Color convert

RGB 156 139 202 -
CMYK 0.23 0.31 0 0.21
HSL 256.19º 0.37% 0.67% -
HSV(B) 256.19º 0.31% 0.79% -
XYZ 33.6 29.8 59.86 -
YUV 151.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 156 139 202 0.23 0.31 0 0.21 256.19 0.37 0.67
Hex 9C 8B CA 17 1F 0 15 100 25 43
Octal 234 213 312 27 37 0 25 400 45 103
Binary 10011100 10001011 11001010 10111 11111 0 10101 100000000 100101 1000011

Color Harmonies of #9C8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8BCA

Black with #9C8BCA

Text Example


Text Example

White with #9C8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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