Html Css Color HEX #9A83BB Cold Purple

📋 copy color: '#9A83BB'

red 154 ◦ green 131 ◦ blue 187

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

Shades of Cold Purple #9A83BB

Tints of Cold Purple #9A83BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 32.63%
G = 27.75%
B = 39.62%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9A83BB (or 0x9A83BB) is known color: Cold Purple. HEX triplet: 9A, 83 and BB. RGB value is (154,131,187). Sum of RGB (Red+Green+Blue) = 154+131+187=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A83BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A83BB is #657C44. Grayscale: #909090. Windows color (decimal): -6650949 or 12288922. OLE color: 12288922.

HSL color Cylindrical-coordinate representation of color #9A83BB: hue angle of 264.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A83BB is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 131 187 -
CMYK 0.18 0.30 0 0.27
HSL 264.64º 0.29% 0.62% -
HSV(B) 264.64º 0.3% 0.73% -
XYZ 30.41 26.69 50.56 -
YUV 144.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 154 131 187 0.18 0.30 0 0.27 264.64 0.29 0.62
Hex 9A 83 BB 12 1E 0 1B 109 1D 3E
Octal 232 203 273 22 36 0 33 411 35 76
Binary 10011010 10000011 10111011 10010 11110 0 11011 100001001 11101 111110

Color Harmonies of #9A83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A83BB

Black with #9A83BB

Text Example


Text Example

White with #9A83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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