Html Css Color HEX #851EEA Blue Violet

📋 copy color: '#851EEA'

red 133 ◦ green 30 ◦ blue 234

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

Shades of Blue Violet #851EEA

Tints of Blue Violet #851EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 33.5%
G = 7.56%
B = 58.94%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#851EEA (or 0x851EEA) is known color: Blue Violet. HEX triplet: 85, 1E and EA. RGB value is (133,30,234). Sum of RGB (Red+Green+Blue) = 133+30+234=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #851EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EEA is #7AE115. Grayscale: #535353. Windows color (decimal): -8053014 or 15343237. OLE color: 15343237.

HSL color Cylindrical-coordinate representation of color #851EEA: hue angle of 270.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851EEA is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 30 234 -
CMYK 0.43 0.87 0 0.08
HSL 270.29º 0.83% 0.52% -
HSV(B) 270.29º 0.87% 0.92% -
XYZ 24.99 11.86 78.81 -
YUV 84.05 212.62 162.91 -
System Red Green Blue C M Y K H S L
Decimal 133 30 234 0.43 0.87 0 0.08 270.29 0.83 0.52
Hex 85 1E EA 2B 57 0 8 10E 53 34
Octal 205 36 352 53 127 0 10 416 123 64
Binary 10000101 11110 11101010 101011 1010111 0 1000 100001110 1010011 110100

Color Harmonies of #851EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EEA

Black with #851EEA

Text Example


Text Example

White with #851EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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