Html Css Color HEX #9B82CC Cold Purple

📋 copy color: '#9B82CC'

red 155 ◦ green 130 ◦ blue 204

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

Shades of Cold Purple #9B82CC

Tints of Cold Purple #9B82CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.58%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 31.7%
G = 26.58%
B = 41.72%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9B82CC (or 0x9B82CC) is known color: Cold Purple. HEX triplet: 9B, 82 and CC. RGB value is (155,130,204). Sum of RGB (Red+Green+Blue) = 155+130+204=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B82CC is #647D33. Grayscale: #919191. Windows color (decimal): -6585652 or 13402779. OLE color: 13402779.

HSL color Cylindrical-coordinate representation of color #9B82CC: hue angle of 260.27º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B82CC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 130 204 -
CMYK 0.24 0.36 0 0.2
HSL 260.27º 0.42% 0.65% -
HSV(B) 260.27º 0.36% 0.8% -
XYZ 32.4 27.29 60.69 -
YUV 145.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 155 130 204 0.24 0.36 0 0.2 260.27 0.42 0.65
Hex 9B 82 CC 18 24 0 14 104 2A 41
Octal 233 202 314 30 44 0 24 404 52 101
Binary 10011011 10000010 11001100 11000 100100 0 10100 100000100 101010 1000001

Color Harmonies of #9B82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B82CC

Black with #9B82CC

Text Example


Text Example

White with #9B82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,130,204); }

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

background-color css

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

 a { background-color: rgb(155,130,204); }

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

border-color css

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

 span { border-color: rgb(155,130,204); }

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