Html Css Color HEX #9B89CA Cold Purple

📋 copy color: '#9B89CA'

red 155 ◦ green 137 ◦ blue 202

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

Shades of Cold Purple #9B89CA

Tints of Cold Purple #9B89CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.89%

R = 31.38%
G = 27.73%
B = 40.89%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B89CA (or 0x9B89CA) is known color: Cold Purple. HEX triplet: 9B, 89 and CA. RGB value is (155,137,202). Sum of RGB (Red+Green+Blue) = 155+137+202=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B89CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89CA is #647635. Grayscale: #959595. Windows color (decimal): -6583862 or 13273499. OLE color: 13273499.

HSL color Cylindrical-coordinate representation of color #9B89CA: hue angle of 256.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B89CA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 137 202 -
CMYK 0.23 0.32 0 0.21
HSL 256.62º 0.38% 0.66% -
HSV(B) 256.62º 0.32% 0.79% -
XYZ 33.12 29.12 59.75 -
YUV 149.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 155 137 202 0.23 0.32 0 0.21 256.62 0.38 0.66
Hex 9B 89 CA 17 20 0 15 101 26 42
Octal 233 211 312 27 40 0 25 401 46 102
Binary 10011011 10001001 11001010 10111 100000 0 10101 100000001 100110 1000010

Color Harmonies of #9B89CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B89CA

Black with #9B89CA

Text Example


Text Example

White with #9B89CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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