Html Css Color HEX #9B89CC Cold Purple

📋 copy color: '#9B89CC'

red 155 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #9B89CC

Tints of Cold Purple #9B89CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.62%

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 31.25%
G = 27.62%
B = 41.13%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B89CC (or 0x9B89CC) is known color: Cold Purple. HEX triplet: 9B, 89 and CC. RGB value is (155,137,204). Sum of RGB (Red+Green+Blue) = 155+137+204=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 137 (53.91% from 255 or 27.62% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89CC is #647633. Grayscale: #959595. Windows color (decimal): -6583860 or 13404571. OLE color: 13404571.

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

Color convert

RGB 155 137 204 -
CMYK 0.24 0.33 0 0.2
HSL 256.12º 0.4% 0.67% -
HSV(B) 256.12º 0.33% 0.8% -
XYZ 33.36 29.22 61.01 -
YUV 150.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 155 137 204 0.24 0.33 0 0.2 256.12 0.4 0.67
Hex 9B 89 CC 18 21 0 14 100 28 43
Octal 233 211 314 30 41 0 24 400 50 103
Binary 10011011 10001001 11001100 11000 100001 0 10100 100000000 101000 1000011

Color Harmonies of #9B89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B89CC

Black with #9B89CC

Text Example


Text Example

White with #9B89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,137,204); }

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

background-color css

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

 a { background-color: rgb(155,137,204); }

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

border-color css

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

 span { border-color: rgb(155,137,204); }

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