Html Css Color HEX #9B86CA Cold Purple

📋 copy color: '#9B86CA'

red 155 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #9B86CA

Tints of Cold Purple #9B86CA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

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

R = 31.57%
G = 27.29%
B = 41.14%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B86CA (or 0x9B86CA) is known color: Cold Purple. HEX triplet: 9B, 86 and CA. RGB value is (155,134,202). Sum of RGB (Red+Green+Blue) = 155+134+202=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B86CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B86CA is #647935. Grayscale: #939393. Windows color (decimal): -6584630 or 13272731. OLE color: 13272731.

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

Color convert

RGB 155 134 202 -
CMYK 0.23 0.34 0 0.21
HSL 258.53º 0.39% 0.66% -
HSV(B) 258.53º 0.34% 0.79% -
XYZ 32.7 28.28 59.61 -
YUV 148.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 155 134 202 0.23 0.34 0 0.21 258.53 0.39 0.66
Hex 9B 86 CA 17 22 0 15 103 27 42
Octal 233 206 312 27 42 0 25 403 47 102
Binary 10011011 10000110 11001010 10111 100010 0 10101 100000011 100111 1000010

Color Harmonies of #9B86CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B86CA

Black with #9B86CA

Text Example


Text Example

White with #9B86CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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