Html Css Color HEX #9A82CD Cold Purple

📋 copy color: '#9A82CD'

red 154 ◦ green 130 ◦ blue 205

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

Shades of Cold Purple #9A82CD

Tints of Cold Purple #9A82CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 31.49%
G = 26.58%
B = 41.92%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A82CD (or 0x9A82CD) is known color: Cold Purple. HEX triplet: 9A, 82 and CD. RGB value is (154,130,205). Sum of RGB (Red+Green+Blue) = 154+130+205=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 130 (51.17% from 255 or 26.58% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A82CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A82CD is #657D32. Grayscale: #919191. Windows color (decimal): -6651187 or 13468314. OLE color: 13468314.

HSL color Cylindrical-coordinate representation of color #9A82CD: hue angle of 259.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A82CD is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 130 205 -
CMYK 0.25 0.37 0 0.20
HSL 259.2º 0.43% 0.66% -
HSV(B) 259.2º 0.37% 0.8% -
XYZ 32.33 27.24 61.31 -
YUV 145.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 154 130 205 0.25 0.37 0 0.20 259.2 0.43 0.66
Hex 9A 82 CD 19 25 0 14 103 2B 42
Octal 232 202 315 31 45 0 24 403 53 102
Binary 10011010 10000010 11001101 11001 100101 0 10100 100000011 101011 1000010

Color Harmonies of #9A82CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A82CD

Black with #9A82CD

Text Example


Text Example

White with #9A82CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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