Html Css Color HEX #851ECC Blue Violet

📋 copy color: '#851ECC'

red 133 ◦ green 30 ◦ blue 204

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

Shades of Blue Violet #851ECC

Tints of Blue Violet #851ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 36.24%
G = 8.17%
B = 55.59%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#851ECC (or 0x851ECC) is known color: Blue Violet. HEX triplet: 85, 1E and CC. RGB value is (133,30,204). Sum of RGB (Red+Green+Blue) = 133+30+204=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #851ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ECC is #7AE133. Grayscale: #505050. Windows color (decimal): -8053044 or 13377157. OLE color: 13377157.

HSL color Cylindrical-coordinate representation of color #851ECC: hue angle of 275.52º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851ECC is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 30 204 -
CMYK 0.35 0.85 0 0.2
HSL 275.52º 0.74% 0.46% -
HSV(B) 275.52º 0.85% 0.8% -
XYZ 21.04 10.27 58 -
YUV 80.63 197.62 165.35 -
System Red Green Blue C M Y K H S L
Decimal 133 30 204 0.35 0.85 0 0.2 275.52 0.74 0.46
Hex 85 1E CC 23 55 0 14 114 4A 2E
Octal 205 36 314 43 125 0 24 424 112 56
Binary 10000101 11110 11001100 100011 1010101 0 10100 100010100 1001010 101110

Color Harmonies of #851ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851ECC

Black with #851ECC

Text Example


Text Example

White with #851ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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