Html Css Color HEX #9B81CA Cold Purple

📋 copy color: '#9B81CA'

red 155 ◦ green 129 ◦ blue 202

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

Shades of Cold Purple #9B81CA

Tints of Cold Purple #9B81CA

RGB

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

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

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

R = 31.89%
G = 26.54%
B = 41.56%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B81CA (or 0x9B81CA) is known color: Cold Purple. HEX triplet: 9B, 81 and CA. RGB value is (155,129,202). Sum of RGB (Red+Green+Blue) = 155+129+202=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 129 (50.78% from 255 or 26.54% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B81CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81CA is #647E35. Grayscale: #909090. Windows color (decimal): -6585910 or 13271451. OLE color: 13271451.

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

Color convert

RGB 155 129 202 -
CMYK 0.23 0.36 0 0.21
HSL 261.37º 0.41% 0.65% -
HSV(B) 261.37º 0.36% 0.79% -
XYZ 32.03 26.93 59.39 -
YUV 145.1 160.11 135.06 -
System Red Green Blue C M Y K H S L
Decimal 155 129 202 0.23 0.36 0 0.21 261.37 0.41 0.65
Hex 9B 81 CA 17 24 0 15 105 29 41
Octal 233 201 312 27 44 0 25 405 51 101
Binary 10011011 10000001 11001010 10111 100100 0 10101 100000101 101001 1000001

Color Harmonies of #9B81CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B81CA

Black with #9B81CA

Text Example


Text Example

White with #9B81CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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