Html Css Color HEX #9C93BE Cold Purple

📋 copy color: '#9C93BE'

red 156 ◦ green 147 ◦ blue 190

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

Shades of Cold Purple #9C93BE

Tints of Cold Purple #9C93BE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.82%

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

R = 31.64%
G = 29.82%
B = 38.54%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C93BE (or 0x9C93BE) is known color: Cold Purple. HEX triplet: 9C, 93 and BE. RGB value is (156,147,190). Sum of RGB (Red+Green+Blue) = 156+147+190=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93BE is #636C41. Grayscale: #9A9A9A. Windows color (decimal): -6515778 or 12489628. OLE color: 12489628.

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

Color convert

RGB 156 147 190 -
CMYK 0.18 0.23 0 0.25
HSL 252.56º 0.25% 0.66% -
HSV(B) 252.56º 0.23% 0.75% -
XYZ 33.44 31.65 53.06 -
YUV 154.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 156 147 190 0.18 0.23 0 0.25 252.56 0.25 0.66
Hex 9C 93 BE 12 17 0 19 FD 19 42
Octal 234 223 276 22 27 0 31 375 31 102
Binary 10011100 10010011 10111110 10010 10111 0 11001 11111101 11001 1000010

Color Harmonies of #9C93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C93BE

Black with #9C93BE

Text Example


Text Example

White with #9C93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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