Html Css Color HEX #9B93BF Cold Purple

📋 copy color: '#9B93BF'

red 155 ◦ green 147 ◦ blue 191

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

Shades of Cold Purple #9B93BF

Tints of Cold Purple #9B93BF

RGB

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

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

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

R = 31.44%
G = 29.82%
B = 38.74%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B93BF (or 0x9B93BF) is known color: Cold Purple. HEX triplet: 9B, 93 and BF. RGB value is (155,147,191). Sum of RGB (Red+Green+Blue) = 155+147+191=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93BF is #646C40. Grayscale: #9A9A9A. Windows color (decimal): -6581313 or 12555163. OLE color: 12555163.

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

Color convert

RGB 155 147 191 -
CMYK 0.19 0.23 0 0.25
HSL 250.91º 0.26% 0.66% -
HSV(B) 250.91º 0.23% 0.75% -
XYZ 33.36 31.6 53.63 -
YUV 154.41 148.65 128.42 -
System Red Green Blue C M Y K H S L
Decimal 155 147 191 0.19 0.23 0 0.25 250.91 0.26 0.66
Hex 9B 93 BF 13 17 0 19 FB 1A 42
Octal 233 223 277 23 27 0 31 373 32 102
Binary 10011011 10010011 10111111 10011 10111 0 11001 11111011 11010 1000010

Color Harmonies of #9B93BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B93BF

Black with #9B93BF

Text Example


Text Example

White with #9B93BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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