Html Css Color HEX #9483BE Cold Purple

📋 copy color: '#9483BE'

red 148 ◦ green 131 ◦ blue 190

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

Shades of Cold Purple #9483BE

Tints of Cold Purple #9483BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 31.56%
G = 27.93%
B = 40.51%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9483BE (or 0x9483BE) is known color: Cold Purple. HEX triplet: 94, 83 and BE. RGB value is (148,131,190). Sum of RGB (Red+Green+Blue) = 148+131+190=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #9483BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9483BE is #6B7C41. Grayscale: #8E8E8E. Windows color (decimal): -7044162 or 12485524. OLE color: 12485524.

HSL color Cylindrical-coordinate representation of color #9483BE: hue angle of 257.29º degrees, saturation: 0.31, 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 #9483BE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 131 190 -
CMYK 0.22 0.31 0 0.25
HSL 257.29º 0.31% 0.63% -
HSV(B) 257.29º 0.31% 0.75% -
XYZ 29.62 26.25 52.22 -
YUV 142.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 148 131 190 0.22 0.31 0 0.25 257.29 0.31 0.63
Hex 94 83 BE 16 1F 0 19 101 1F 3F
Octal 224 203 276 26 37 0 31 401 37 77
Binary 10010100 10000011 10111110 10110 11111 0 11001 100000001 11111 111111

Color Harmonies of #9483BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9483BE

Black with #9483BE

Text Example


Text Example

White with #9483BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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