Html Css Color HEX #854BDA Blue Violet

📋 copy color: '#854BDA'

red 133 ◦ green 75 ◦ blue 218

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

Shades of Blue Violet #854BDA

Tints of Blue Violet #854BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.61%

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 31.22%
G = 17.61%
B = 51.17%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#854BDA (or 0x854BDA) is known color: Blue Violet. HEX triplet: 85, 4B and DA. RGB value is (133,75,218). Sum of RGB (Red+Green+Blue) = 133+75+218=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #854BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #854BDA is #7AB425. Grayscale: #6C6C6C. Windows color (decimal): -8041510 or 14306181. OLE color: 14306181.

HSL color Cylindrical-coordinate representation of color #854BDA: hue angle of 264.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #854BDA is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 75 218 -
CMYK 0.39 0.66 0 0.15
HSL 264.34º 0.66% 0.57% -
HSV(B) 264.34º 0.66% 0.85% -
XYZ 24.84 15.08 67.93 -
YUV 108.64 189.72 145.37 -
System Red Green Blue C M Y K H S L
Decimal 133 75 218 0.39 0.66 0 0.15 264.34 0.66 0.57
Hex 85 4B DA 27 42 0 F 108 42 39
Octal 205 113 332 47 102 0 17 410 102 71
Binary 10000101 1001011 11011010 100111 1000010 0 1111 100001000 1000010 111001

Color Harmonies of #854BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854BDA

Black with #854BDA

Text Example


Text Example

White with #854BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854BDA; }

 p { color: rgb(133,75,218); }

 H1.HeaderClassName
 {
   color: #854BDA;
 }
 .AnyTagClassName
 {
   color: #854BDA;
 }
</style>

background-color css

<style>
 a { background-color: #854BDA; }

 a { background-color: rgb(133,75,218); }

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

border-color css

<style>
 span { border-color: #854BDA; }

 span { border-color: rgb(133,75,218); }

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