Html Css Color HEX #851EDA Blue Violet

📋 copy color: '#851EDA'

red 133 ◦ green 30 ◦ blue 218

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

Shades of Blue Violet #851EDA

Tints of Blue Violet #851EDA

RGB

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

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

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

R = 34.91%
G = 7.87%
B = 57.22%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#851EDA (or 0x851EDA) is known color: Blue Violet. HEX triplet: 85, 1E and DA. RGB value is (133,30,218). Sum of RGB (Red+Green+Blue) = 133+30+218=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #851EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EDA is #7AE125. Grayscale: #515151. Windows color (decimal): -8053030 or 14294661. OLE color: 14294661.

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

Color convert

RGB 133 30 218 -
CMYK 0.39 0.86 0 0.15
HSL 272.87º 0.76% 0.49% -
HSV(B) 272.87º 0.86% 0.85% -
XYZ 22.79 10.98 67.25 -
YUV 82.23 204.62 164.21 -
System Red Green Blue C M Y K H S L
Decimal 133 30 218 0.39 0.86 0 0.15 272.87 0.76 0.49
Hex 85 1E DA 27 56 0 F 111 4C 31
Octal 205 36 332 47 126 0 17 421 114 61
Binary 10000101 11110 11011010 100111 1010110 0 1111 100010001 1001100 110001

Color Harmonies of #851EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EDA

Black with #851EDA

Text Example


Text Example

White with #851EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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