Html Css Color HEX #851EEB Blue Violet

📋 copy color: '#851EEB'

red 133 ◦ green 30 ◦ blue 235

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

Shades of Blue Violet #851EEB

Tints of Blue Violet #851EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 33.42%
G = 7.54%
B = 59.05%

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

#851EEB (or 0x851EEB) is known color: Blue Violet. HEX triplet: 85, 1E and EB. RGB value is (133,30,235). Sum of RGB (Red+Green+Blue) = 133+30+235=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 30 (12.11% from 255 or 7.54% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #851EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EEB is #7AE114. Grayscale: #535353. Windows color (decimal): -8053013 or 15408773. OLE color: 15408773.

HSL color Cylindrical-coordinate representation of color #851EEB: hue angle of 270.15º degrees, saturation: 0.84, 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 #851EEB is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 30 235 -
CMYK 0.43 0.87 0 0.08
HSL 270.15º 0.84% 0.52% -
HSV(B) 270.15º 0.87% 0.92% -
XYZ 25.13 11.91 79.57 -
YUV 84.17 213.12 162.83 -
System Red Green Blue C M Y K H S L
Decimal 133 30 235 0.43 0.87 0 0.08 270.15 0.84 0.52
Hex 85 1E EB 2B 57 0 8 10E 54 34
Octal 205 36 353 53 127 0 10 416 124 64
Binary 10000101 11110 11101011 101011 1010111 0 1000 100001110 1010100 110100

Color Harmonies of #851EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EEB

Black with #851EEB

Text Example


Text Example

White with #851EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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