Html Css Color HEX #9A83BF Cold Purple

📋 copy color: '#9A83BF'

red 154 ◦ green 131 ◦ blue 191

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

Shades of Cold Purple #9A83BF

Tints of Cold Purple #9A83BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.13%

R = 32.35%
G = 27.52%
B = 40.13%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A83BF (or 0x9A83BF) is known color: Cold Purple. HEX triplet: 9A, 83 and BF. RGB value is (154,131,191). Sum of RGB (Red+Green+Blue) = 154+131+191=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A83BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83BF is #657C40. Grayscale: #909090. Windows color (decimal): -6650945 or 12551066. OLE color: 12551066.

HSL color Cylindrical-coordinate representation of color #9A83BF: hue angle of 263º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A83BF is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 131 191 -
CMYK 0.19 0.31 0 0.25
HSL 263º 0.32% 0.63% -
HSV(B) 263º 0.31% 0.75% -
XYZ 30.85 26.86 52.85 -
YUV 144.72 154.12 134.62 -
System Red Green Blue C M Y K H S L
Decimal 154 131 191 0.19 0.31 0 0.25 263 0.32 0.63
Hex 9A 83 BF 13 1F 0 19 107 20 3F
Octal 232 203 277 23 37 0 31 407 40 77
Binary 10011010 10000011 10111111 10011 11111 0 11001 100000111 100000 111111

Color Harmonies of #9A83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A83BF

Black with #9A83BF

Text Example


Text Example

White with #9A83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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