Html Css Color HEX #9A83D0 Cold Purple

📋 copy color: '#9A83D0'

red 154 ◦ green 131 ◦ blue 208

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

Shades of Cold Purple #9A83D0

Tints of Cold Purple #9A83D0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.57%

 BLUE value IS 208 (81.64% from 255) = 42.19%

R = 31.24%
G = 26.57%
B = 42.19%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9A83D0 (or 0x9A83D0) is known color: Cold Purple. HEX triplet: 9A, 83 and D0. RGB value is (154,131,208). Sum of RGB (Red+Green+Blue) = 154+131+208=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 208 (81.64% from 255 or 42.19% from 493); Max value from RGB is 208 - color contains mainly: blue. Hex color #9A83D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83D0 is #657C2F. Grayscale: #929292. Windows color (decimal): -6650928 or 13665178. OLE color: 13665178.

HSL color Cylindrical-coordinate representation of color #9A83D0: hue angle of 257.92º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A83D0 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 131 208 -
CMYK 0.26 0.37 0 0.18
HSL 257.92º 0.45% 0.66% -
HSV(B) 257.92º 0.37% 0.82% -
XYZ 32.83 27.66 63.28 -
YUV 146.66 162.62 133.24 -
System Red Green Blue C M Y K H S L
Decimal 154 131 208 0.26 0.37 0 0.18 257.92 0.45 0.66
Hex 9A 83 D0 1A 25 0 12 102 2D 42
Octal 232 203 320 32 45 0 22 402 55 102
Binary 10011010 10000011 11010000 11010 100101 0 10010 100000010 101101 1000010

Color Harmonies of #9A83D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A83D0

Black with #9A83D0

Text Example


Text Example

White with #9A83D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,131,208); }

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

background-color css

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

 a { background-color: rgb(154,131,208); }

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

border-color css

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

 span { border-color: rgb(154,131,208); }

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