Html Css Color HEX #9A82CB Cold Purple

📋 copy color: '#9A82CB'

red 154 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #9A82CB

Tints of Cold Purple #9A82CB

RGB

 RED value IS 154 (60.55% from 255) = 31.62%

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

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 31.62%
G = 26.69%
B = 41.68%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A82CB (or 0x9A82CB) is known color: Cold Purple. HEX triplet: 9A, 82 and CB. RGB value is (154,130,203). Sum of RGB (Red+Green+Blue) = 154+130+203=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A82CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A82CB is #657D34. Grayscale: #919191. Windows color (decimal): -6651189 or 13337242. OLE color: 13337242.

HSL color Cylindrical-coordinate representation of color #9A82CB: hue angle of 259.73º degrees, saturation: 0.41, 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 #9A82CB is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 130 203 -
CMYK 0.24 0.36 0 0.20
HSL 259.73º 0.41% 0.65% -
HSV(B) 259.73º 0.36% 0.8% -
XYZ 32.09 27.15 60.05 -
YUV 145.5 160.45 134.06 -
System Red Green Blue C M Y K H S L
Decimal 154 130 203 0.24 0.36 0 0.20 259.73 0.41 0.65
Hex 9A 82 CB 18 24 0 14 104 29 41
Octal 232 202 313 30 44 0 24 404 51 101
Binary 10011010 10000010 11001011 11000 100100 0 10100 100000100 101001 1000001

Color Harmonies of #9A82CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A82CB

Black with #9A82CB

Text Example


Text Example

White with #9A82CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,130,203); }

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

background-color css

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

 a { background-color: rgb(154,130,203); }

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

border-color css

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

 span { border-color: rgb(154,130,203); }

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