Html Css Color HEX #9B81BE Cold Purple

📋 copy color: '#9B81BE'

red 155 ◦ green 129 ◦ blue 190

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

Shades of Cold Purple #9B81BE

Tints of Cold Purple #9B81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.22%

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

R = 32.7%
G = 27.22%
B = 40.08%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B81BE (or 0x9B81BE) is known color: Cold Purple. HEX triplet: 9B, 81 and BE. RGB value is (155,129,190). Sum of RGB (Red+Green+Blue) = 155+129+190=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81BE is #647E41. Grayscale: #8F8F8F. Windows color (decimal): -6585922 or 12485019. OLE color: 12485019.

HSL color Cylindrical-coordinate representation of color #9B81BE: hue angle of 265.57º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B81BE is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 129 190 -
CMYK 0.18 0.32 0 0.25
HSL 265.57º 0.32% 0.63% -
HSV(B) 265.57º 0.32% 0.75% -
XYZ 30.66 26.39 52.19 -
YUV 143.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 155 129 190 0.18 0.32 0 0.25 265.57 0.32 0.63
Hex 9B 81 BE 12 20 0 19 10A 20 3F
Octal 233 201 276 22 40 0 31 412 40 77
Binary 10011011 10000001 10111110 10010 100000 0 11001 100001010 100000 111111

Color Harmonies of #9B81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B81BE

Black with #9B81BE

Text Example


Text Example

White with #9B81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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