Html Css Color HEX #850CEA Blue Violet

📋 copy color: '#850CEA'

red 133 ◦ green 12 ◦ blue 234

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

Shades of Blue Violet #850CEA

Tints of Blue Violet #850CEA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

 BLUE value IS 234 (91.8% from 255) = 61.74%

R = 35.09%
G = 3.17%
B = 61.74%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#850CEA (or 0x850CEA) is known color: Blue Violet. HEX triplet: 85, 0C and EA. RGB value is (133,12,234). Sum of RGB (Red+Green+Blue) = 133+12+234=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #850CEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CEA is #7AF315. Grayscale: #484848. Windows color (decimal): -8057622 or 15338629. OLE color: 15338629.

HSL color Cylindrical-coordinate representation of color #850CEA: hue angle of 272.7º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CEA is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 12 234 -
CMYK 0.43 0.95 0 0.08
HSL 272.7º 0.9% 0.48% -
HSV(B) 272.7º 0.95% 0.92% -
XYZ 24.66 11.19 78.7 -
YUV 73.49 218.59 170.45 -
System Red Green Blue C M Y K H S L
Decimal 133 12 234 0.43 0.95 0 0.08 272.7 0.9 0.48
Hex 85 C EA 2B 5F 0 8 111 5A 30
Octal 205 14 352 53 137 0 10 421 132 60
Binary 10000101 1100 11101010 101011 1011111 0 1000 100010001 1011010 110000

Color Harmonies of #850CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850CEA

Black with #850CEA

Text Example


Text Example

White with #850CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850CEA; }

 p { color: rgb(133,12,234); }

 H1.HeaderClassName
 {
   color: #850CEA;
 }
 .AnyTagClassName
 {
   color: #850CEA;
 }
</style>

background-color css

<style>
 a { background-color: #850CEA; }

 a { background-color: rgb(133,12,234); }

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

border-color css

<style>
 span { border-color: #850CEA; }

 span { border-color: rgb(133,12,234); }

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