Html Css Color HEX #851AED Blue Violet

📋 copy color: '#851AED'

red 133 ◦ green 26 ◦ blue 237

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

Shades of Blue Violet #851AED

Tints of Blue Violet #851AED

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.57%

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

R = 33.59%
G = 6.57%
B = 59.85%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#851AED (or 0x851AED) is known color: Blue Violet. HEX triplet: 85, 1A and ED. RGB value is (133,26,237). Sum of RGB (Red+Green+Blue) = 133+26+237=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #851AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851AED is #7AE512. Grayscale: #515151. Windows color (decimal): -8054035 or 15538821. OLE color: 15538821.

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

Color convert

RGB 133 26 237 -
CMYK 0.44 0.89 0 0.07
HSL 270.43º 0.85% 0.52% -
HSV(B) 270.43º 0.89% 0.93% -
XYZ 25.33 11.84 81.07 -
YUV 82.05 215.45 164.34 -
System Red Green Blue C M Y K H S L
Decimal 133 26 237 0.44 0.89 0 0.07 270.43 0.85 0.52
Hex 85 1A ED 2C 59 0 7 10E 55 34
Octal 205 32 355 54 131 0 7 416 125 64
Binary 10000101 11010 11101101 101100 1011001 0 111 100001110 1010101 110100

Color Harmonies of #851AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AED

Black with #851AED

Text Example


Text Example

White with #851AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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