Html Css Color HEX #9B93BE Cold Purple

📋 copy color: '#9B93BE'

red 155 ◦ green 147 ◦ blue 190

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

Shades of Cold Purple #9B93BE

Tints of Cold Purple #9B93BE

RGB

 RED value IS 155 (60.94% from 255) = 31.5%

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

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

R = 31.5%
G = 29.88%
B = 38.62%

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

#9B93BE (or 0x9B93BE) is known color: Cold Purple. HEX triplet: 9B, 93 and BE. RGB value is (155,147,190). Sum of RGB (Red+Green+Blue) = 155+147+190=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B93BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93BE is #646C41. Grayscale: #9A9A9A. Windows color (decimal): -6581314 or 12489627. OLE color: 12489627.

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

Color convert

RGB 155 147 190 -
CMYK 0.18 0.23 0 0.25
HSL 251.16º 0.25% 0.66% -
HSV(B) 251.16º 0.23% 0.75% -
XYZ 33.25 31.55 53.05 -
YUV 154.29 148.15 128.5 -
System Red Green Blue C M Y K H S L
Decimal 155 147 190 0.18 0.23 0 0.25 251.16 0.25 0.66
Hex 9B 93 BE 12 17 0 19 FB 19 42
Octal 233 223 276 22 27 0 31 373 31 102
Binary 10011011 10010011 10111110 10010 10111 0 11001 11111011 11001 1000010

Color Harmonies of #9B93BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B93BE

Black with #9B93BE

Text Example


Text Example

White with #9B93BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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