Html Css Color HEX #9C93BF Cold Purple

📋 copy color: '#9C93BF'

red 156 ◦ green 147 ◦ blue 191

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

Shades of Cold Purple #9C93BF

Tints of Cold Purple #9C93BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.66%

R = 31.58%
G = 29.76%
B = 38.66%

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

#9C93BF (or 0x9C93BF) is known color: Cold Purple. HEX triplet: 9C, 93 and BF. RGB value is (156,147,191). Sum of RGB (Red+Green+Blue) = 156+147+191=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C93BF is #636C40. Grayscale: #9A9A9A. Windows color (decimal): -6515777 or 12555164. OLE color: 12555164.

HSL color Cylindrical-coordinate representation of color #9C93BF: hue angle of 252.27º degrees, saturation: 0.26, 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 #9C93BF is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 147 191 -
CMYK 0.18 0.23 0 0.25
HSL 252.27º 0.26% 0.66% -
HSV(B) 252.27º 0.23% 0.75% -
XYZ 33.55 31.7 53.64 -
YUV 154.71 148.48 128.92 -
System Red Green Blue C M Y K H S L
Decimal 156 147 191 0.18 0.23 0 0.25 252.27 0.26 0.66
Hex 9C 93 BF 12 17 0 19 FC 1A 42
Octal 234 223 277 22 27 0 31 374 32 102
Binary 10011100 10010011 10111111 10010 10111 0 11001 11111100 11010 1000010

Color Harmonies of #9C93BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C93BF

Black with #9C93BF

Text Example


Text Example

White with #9C93BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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