Html Css Color HEX #851AEF Blue Violet

📋 copy color: '#851AEF'

red 133 ◦ green 26 ◦ blue 239

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

Shades of Blue Violet #851AEF

Tints of Blue Violet #851AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 33.42%
G = 6.53%
B = 60.05%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#851AEF (or 0x851AEF) is known color: Blue Violet. HEX triplet: 85, 1A and EF. RGB value is (133,26,239). Sum of RGB (Red+Green+Blue) = 133+26+239=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #851AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851AEF is #7AE510. Grayscale: #515151. Windows color (decimal): -8054033 or 15669893. OLE color: 15669893.

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

Color convert

RGB 133 26 239 -
CMYK 0.44 0.89 0 0.06
HSL 270.14º 0.87% 0.52% -
HSV(B) 270.14º 0.89% 0.94% -
XYZ 25.62 11.96 82.62 -
YUV 82.28 216.45 164.18 -
System Red Green Blue C M Y K H S L
Decimal 133 26 239 0.44 0.89 0 0.06 270.14 0.87 0.52
Hex 85 1A EF 2C 59 0 6 10E 57 34
Octal 205 32 357 54 131 0 6 416 127 64
Binary 10000101 11010 11101111 101100 1011001 0 110 100001110 1010111 110100

Color Harmonies of #851AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851AEF

Black with #851AEF

Text Example


Text Example

White with #851AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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