Html Css Color HEX #851EDE Blue Violet

📋 copy color: '#851EDE'

red 133 ◦ green 30 ◦ blue 222

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

Shades of Blue Violet #851EDE

Tints of Blue Violet #851EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.79%

 BLUE value IS 222 (87.11% from 255) = 57.66%

R = 34.55%
G = 7.79%
B = 57.66%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#851EDE (or 0x851EDE) is known color: Blue Violet. HEX triplet: 85, 1E and DE. RGB value is (133,30,222). Sum of RGB (Red+Green+Blue) = 133+30+222=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #851EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EDE is #7AE121. Grayscale: #525252. Windows color (decimal): -8053026 or 14556805. OLE color: 14556805.

HSL color Cylindrical-coordinate representation of color #851EDE: hue angle of 272.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851EDE is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 30 222 -
CMYK 0.40 0.86 0 0.13
HSL 272.19º 0.76% 0.49% -
HSV(B) 272.19º 0.86% 0.87% -
XYZ 23.32 11.19 70.04 -
YUV 82.69 206.62 163.89 -
System Red Green Blue C M Y K H S L
Decimal 133 30 222 0.40 0.86 0 0.13 272.19 0.76 0.49
Hex 85 1E DE 28 56 0 D 110 4C 31
Octal 205 36 336 50 126 0 15 420 114 61
Binary 10000101 11110 11011110 101000 1010110 0 1101 100010000 1001100 110001

Color Harmonies of #851EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EDE

Black with #851EDE

Text Example


Text Example

White with #851EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851EDE; }

 p { color: rgb(133,30,222); }

 H1.HeaderClassName
 {
   color: #851EDE;
 }
 .AnyTagClassName
 {
   color: #851EDE;
 }
</style>

background-color css

<style>
 a { background-color: #851EDE; }

 a { background-color: rgb(133,30,222); }

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

border-color css

<style>
 span { border-color: #851EDE; }

 span { border-color: rgb(133,30,222); }

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