Html Css Color HEX #9B88CB Cold Purple

📋 copy color: '#9B88CB'

red 155 ◦ green 136 ◦ blue 203

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

Shades of Cold Purple #9B88CB

Tints of Cold Purple #9B88CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.53%

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 31.38%
G = 27.53%
B = 41.09%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9B88CB (or 0x9B88CB) is known color: Cold Purple. HEX triplet: 9B, 88 and CB. RGB value is (155,136,203). Sum of RGB (Red+Green+Blue) = 155+136+203=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88CB is #647734. Grayscale: #959595. Windows color (decimal): -6584117 or 13338779. OLE color: 13338779.

HSL color Cylindrical-coordinate representation of color #9B88CB: hue angle of 257.01º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B88CB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 136 203 -
CMYK 0.24 0.33 0 0.20
HSL 257.01º 0.39% 0.66% -
HSV(B) 257.01º 0.33% 0.8% -
XYZ 33.1 28.89 60.33 -
YUV 149.32 158.29 132.05 -
System Red Green Blue C M Y K H S L
Decimal 155 136 203 0.24 0.33 0 0.20 257.01 0.39 0.66
Hex 9B 88 CB 18 21 0 14 101 27 42
Octal 233 210 313 30 41 0 24 401 47 102
Binary 10011011 10001000 11001011 11000 100001 0 10100 100000001 100111 1000010

Color Harmonies of #9B88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B88CB

Black with #9B88CB

Text Example


Text Example

White with #9B88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,136,203); }

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

background-color css

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

 a { background-color: rgb(155,136,203); }

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

border-color css

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

 span { border-color: rgb(155,136,203); }

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