Html Css Color HEX #851EED Blue Violet

📋 copy color: '#851EED'

red 133 ◦ green 30 ◦ blue 237

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

Shades of Blue Violet #851EED

Tints of Blue Violet #851EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.25%

R = 33.25%
G = 7.5%
B = 59.25%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#851EED (or 0x851EED) is known color: Blue Violet. HEX triplet: 85, 1E and ED. RGB value is (133,30,237). Sum of RGB (Red+Green+Blue) = 133+30+237=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 30 (12.11% from 255 or 7.5% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #851EED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EED is #7AE112. Grayscale: #535353. Windows color (decimal): -8053011 or 15539845. OLE color: 15539845.

HSL color Cylindrical-coordinate representation of color #851EED: hue angle of 269.86º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851EED is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 30 237 -
CMYK 0.44 0.87 0 0.07
HSL 269.86º 0.85% 0.52% -
HSV(B) 269.86º 0.87% 0.93% -
XYZ 25.42 12.03 81.1 -
YUV 84.4 214.12 162.67 -
System Red Green Blue C M Y K H S L
Decimal 133 30 237 0.44 0.87 0 0.07 269.86 0.85 0.52
Hex 85 1E ED 2C 57 0 7 10E 55 34
Octal 205 36 355 54 127 0 7 416 125 64
Binary 10000101 11110 11101101 101100 1010111 0 111 100001110 1010101 110100

Color Harmonies of #851EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EED

Black with #851EED

Text Example


Text Example

White with #851EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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