Html Css Color HEX #9C8AB3 Cold Purple

📋 copy color: '#9C8AB3'

red 156 ◦ green 138 ◦ blue 179

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

Shades of Cold Purple #9C8AB3

Tints of Cold Purple #9C8AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

 BLUE value IS 179 (70.31% from 255) = 37.84%

R = 32.98%
G = 29.18%
B = 37.84%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9C8AB3 (or 0x9C8AB3) is known color: Cold Purple. HEX triplet: 9C, 8A and B3. RGB value is (156,138,179). Sum of RGB (Red+Green+Blue) = 156+138+179=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C8AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8AB3 is #63754C. Grayscale: #939393. Windows color (decimal): -6518093 or 11766428. OLE color: 11766428.

HSL color Cylindrical-coordinate representation of color #9C8AB3: hue angle of 266.34º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C8AB3 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 138 179 -
CMYK 0.13 0.23 0 0.30
HSL 266.34º 0.21% 0.62% -
HSV(B) 266.34º 0.23% 0.7% -
XYZ 30.94 28.5 46.52 -
YUV 148.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 156 138 179 0.13 0.23 0 0.30 266.34 0.21 0.62
Hex 9C 8A B3 D 17 0 1E 10A 15 3E
Octal 234 212 263 15 27 0 36 412 25 76
Binary 10011100 10001010 10110011 1101 10111 0 11110 100001010 10101 111110

Color Harmonies of #9C8AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8AB3

Black with #9C8AB3

Text Example


Text Example

White with #9C8AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,138,179); }

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

background-color css

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

 a { background-color: rgb(156,138,179); }

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

border-color css

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

 span { border-color: rgb(156,138,179); }

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