Html Css Color HEX #814BE0 Blue Violet

📋 copy color: '#814BE0'

red 129 ◦ green 75 ◦ blue 224

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

Shades of Blue Violet #814BE0

Tints of Blue Violet #814BE0

RGB

 RED value IS 129 (50.78% from 255) = 30.14%

 GREEN value IS 75 (29.69% from 255) = 17.52%

 BLUE value IS 224 (87.89% from 255) = 52.34%

R = 30.14%
G = 17.52%
B = 52.34%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#814BE0 (or 0x814BE0) is known color: Blue Violet. HEX triplet: 81, 4B and E0. RGB value is (129,75,224). Sum of RGB (Red+Green+Blue) = 129+75+224=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #814BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #814BE0 is #7EB41F. Grayscale: #6B6B6B. Windows color (decimal): -8303648 or 14699393. OLE color: 14699393.

HSL color Cylindrical-coordinate representation of color #814BE0: hue angle of 261.74º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814BE0 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 129 75 224 -
CMYK 0.42 0.67 0 0.12
HSL 261.75º 0.71% 0.59% -
HSV(B) 261.75º 0.67% 0.88% -
XYZ 25.02 15.08 72.11 -
YUV 108.13 193.39 142.88 -
System Red Green Blue C M Y K H S L
Decimal 129 75 224 0.42 0.67 0 0.12 261.75 0.71 0.59
Hex 81 4B E0 2A 43 0 C 106 47 3B
Octal 201 113 340 52 103 0 14 406 107 73
Binary 10000001 1001011 11100000 101010 1000011 0 1100 100000110 1000111 111011

Color Harmonies of #814BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814BE0

Black with #814BE0

Text Example


Text Example

White with #814BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814BE0; }

 p { color: rgb(129,75,224); }

 H1.HeaderClassName
 {
   color: #814BE0;
 }
 .AnyTagClassName
 {
   color: #814BE0;
 }
</style>

background-color css

<style>
 a { background-color: #814BE0; }

 a { background-color: rgb(129,75,224); }

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

border-color css

<style>
 span { border-color: #814BE0; }

 span { border-color: rgb(129,75,224); }

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