Html Css Color HEX #9B81CF Cold Purple

📋 copy color: '#9B81CF'

red 155 ◦ green 129 ◦ blue 207

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

Shades of Cold Purple #9B81CF

Tints of Cold Purple #9B81CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 31.57%
G = 26.27%
B = 42.16%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B81CF (or 0x9B81CF) is known color: Cold Purple. HEX triplet: 9B, 81 and CF. RGB value is (155,129,207). Sum of RGB (Red+Green+Blue) = 155+129+207=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 129 (50.78% from 255 or 26.27% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B81CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81CF is #647E30. Grayscale: #919191. Windows color (decimal): -6585905 or 13599131. OLE color: 13599131.

HSL color Cylindrical-coordinate representation of color #9B81CF: hue angle of 260º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B81CF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 129 207 -
CMYK 0.25 0.38 0 0.19
HSL 260º 0.45% 0.66% -
HSV(B) 260º 0.38% 0.81% -
XYZ 32.63 27.17 62.56 -
YUV 145.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 155 129 207 0.25 0.38 0 0.19 260 0.45 0.66
Hex 9B 81 CF 19 26 0 13 104 2D 42
Octal 233 201 317 31 46 0 23 404 55 102
Binary 10011011 10000001 11001111 11001 100110 0 10011 100000100 101101 1000010

Color Harmonies of #9B81CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B81CF

Black with #9B81CF

Text Example


Text Example

White with #9B81CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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