Html Css Color HEX #9B81BC Cold Purple

📋 copy color: '#9B81BC'

red 155 ◦ green 129 ◦ blue 188

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

Shades of Cold Purple #9B81BC

Tints of Cold Purple #9B81BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 32.84%
G = 27.33%
B = 39.83%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B81BC (or 0x9B81BC) is known color: Cold Purple. HEX triplet: 9B, 81 and BC. RGB value is (155,129,188). Sum of RGB (Red+Green+Blue) = 155+129+188=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B81BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81BC is #647E43. Grayscale: #8F8F8F. Windows color (decimal): -6585924 or 12353947. OLE color: 12353947.

HSL color Cylindrical-coordinate representation of color #9B81BC: hue angle of 266.44º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B81BC is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 129 188 -
CMYK 0.18 0.31 0 0.26
HSL 266.44º 0.31% 0.62% -
HSV(B) 266.44º 0.31% 0.74% -
XYZ 30.44 26.3 51.05 -
YUV 143.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 155 129 188 0.18 0.31 0 0.26 266.44 0.31 0.62
Hex 9B 81 BC 12 1F 0 1A 10A 1F 3E
Octal 233 201 274 22 37 0 32 412 37 76
Binary 10011011 10000001 10111100 10010 11111 0 11010 100001010 11111 111110

Color Harmonies of #9B81BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B81BC

Black with #9B81BC

Text Example


Text Example

White with #9B81BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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