Html Css Color HEX #8504B3 Dark Violet

📋 copy color: '#8504B3'

red 133 ◦ green 4 ◦ blue 179

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

Shades of Dark Violet #8504B3

Tints of Dark Violet #8504B3

RGB

 RED value IS 133 (52.34% from 255) = 42.09%

 GREEN value IS 4 (1.95% from 255) = 1.27%

 BLUE value IS 179 (70.31% from 255) = 56.65%

R = 42.09%
G = 1.27%
B = 56.65%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8504B3 (or 0x8504B3) is known color: Dark Violet. HEX triplet: 85, 04 and B3. RGB value is (133,4,179). Sum of RGB (Red+Green+Blue) = 133+4+179=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 4 (1.95% from 255 or 1.27% from 316); Blue value is 179 (70.31% from 255 or 56.65% from 316); Max value from RGB is 179 - color contains mainly: blue. Hex color #8504B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8504B3 is #7AFB4C. Grayscale: #3D3D3D. Windows color (decimal): -8059725 or 11732101. OLE color: 11732101.

HSL color Cylindrical-coordinate representation of color #8504B3: hue angle of 284.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8504B3 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 4 179 -
CMYK 0.26 0.98 0 0.30
HSL 284.23º 0.96% 0.36% -
HSV(B) 284.23º 0.98% 0.7% -
XYZ 17.85 8.33 43.31 -
YUV 62.52 193.74 178.27 -
System Red Green Blue C M Y K H S L
Decimal 133 4 179 0.26 0.98 0 0.30 284.23 0.96 0.36
Hex 85 4 B3 1A 62 0 1E 11C 60 24
Octal 205 4 263 32 142 0 36 434 140 44
Binary 10000101 100 10110011 11010 1100010 0 11110 100011100 1100000 100100

Color Harmonies of #8504B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8504B3

Black with #8504B3

Text Example


Text Example

White with #8504B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8504B3; }

 p { color: rgb(133,4,179); }

 H1.HeaderClassName
 {
   color: #8504B3;
 }
 .AnyTagClassName
 {
   color: #8504B3;
 }
</style>

background-color css

<style>
 a { background-color: #8504B3; }

 a { background-color: rgb(133,4,179); }

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

border-color css

<style>
 span { border-color: #8504B3; }

 span { border-color: rgb(133,4,179); }

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