Html Css Color HEX #9483BA Cold Purple

📋 copy color: '#9483BA'

red 148 ◦ green 131 ◦ blue 186

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

Shades of Cold Purple #9483BA

Tints of Cold Purple #9483BA

RGB

 RED value IS 148 (58.2% from 255) = 31.83%

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 31.83%
G = 28.17%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9483BA (or 0x9483BA) is known color: Cold Purple. HEX triplet: 94, 83 and BA. RGB value is (148,131,186). Sum of RGB (Red+Green+Blue) = 148+131+186=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9483BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483BA is #6B7C45. Grayscale: #8E8E8E. Windows color (decimal): -7044166 or 12223380. OLE color: 12223380.

HSL color Cylindrical-coordinate representation of color #9483BA: hue angle of 258.55º degrees, saturation: 0.28, 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 #9483BA is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 131 186 -
CMYK 0.20 0.30 0 0.27
HSL 258.55º 0.28% 0.62% -
HSV(B) 258.55º 0.3% 0.73% -
XYZ 29.19 26.07 49.95 -
YUV 142.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 148 131 186 0.20 0.30 0 0.27 258.55 0.28 0.62
Hex 94 83 BA 14 1E 0 1B 103 1C 3E
Octal 224 203 272 24 36 0 33 403 34 76
Binary 10010100 10000011 10111010 10100 11110 0 11011 100000011 11100 111110

Color Harmonies of #9483BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9483BA

Black with #9483BA

Text Example


Text Example

White with #9483BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9483BA; }

 p { color: rgb(148,131,186); }

 H1.HeaderClassName
 {
   color: #9483BA;
 }
 .AnyTagClassName
 {
   color: #9483BA;
 }
</style>

background-color css

<style>
 a { background-color: #9483BA; }

 a { background-color: rgb(148,131,186); }

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

border-color css

<style>
 span { border-color: #9483BA; }

 span { border-color: rgb(148,131,186); }

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