#850CED

Color #850CED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #850CED

Tints of Blue Violet #850CED

Color information

#850CED (or 0x850CED) is unknown color: approx Blue Violet. HEX triplet: 85, 0C and ED. RGB value is (133,12,237). Sum of RGB (Red+Green+Blue) = 133+12+237=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #850CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #850CED is #7AF312. Grayscale: #494949. Windows color (decimal): -8057619 or 15535237. OLE color: 15535237.

HSL color Cylindrical-coordinate representation of color #850CED: hue angle of 272.27º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850CED is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13312237-
CMYK0.440.9500.07
HSL272.27º90.36%48.82%-
HSV(B)272.27º94.94%92.94%-
XYZ25.0911.3680.99-
YUV73.83220.09170.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.82%
GREEN value IS 12 (5.08% from 255) = 3.14%
BLUE value IS 237 (92.97% from 255) = 62.04%
R=34.82%
G=3.14%
B=62.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133122370.440.9500.07272.2790.3648.82
Hex85CED2C5F071105a31
Octal20514355541370742013261
Binary10000101110011101101101100101111101111000100001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #850CED;
 }
 .AnyTagClassName
 {
   color: #850CED;
 }
</style>
background-color css

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

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

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

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

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

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