Html Css Color HEX #800CED Blue Violet

📋 copy color: '#800CED'

red 128 ◦ green 12 ◦ blue 237

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

Shades of Blue Violet #800CED

Tints of Blue Violet #800CED

RGB

 RED value IS 128 (50.39% from 255) = 33.95%

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

 BLUE value IS 237 (92.97% from 255) = 62.86%

R = 33.95%
G = 3.18%
B = 62.86%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#800CED (or 0x800CED) is known color: Blue Violet. HEX triplet: 80, 0C and ED. RGB value is (128,12,237). Sum of RGB (Red+Green+Blue) = 128+12+237=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #800CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800CED is #7FF312. Grayscale: #474747. Windows color (decimal): -8385299 or 15535232. OLE color: 15535232.

HSL color Cylindrical-coordinate representation of color #800CED: hue angle of 270.93º 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 #800CED is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 12 237 -
CMYK 0.46 0.95 0 0.07
HSL 270.93º 0.9% 0.49% -
HSV(B) 270.93º 0.95% 0.93% -
XYZ 24.32 10.97 80.96 -
YUV 72.33 220.93 167.7 -
System Red Green Blue C M Y K H S L
Decimal 128 12 237 0.46 0.95 0 0.07 270.93 0.9 0.49
Hex 80 C ED 2E 5F 0 7 10F 5A 31
Octal 200 14 355 56 137 0 7 417 132 61
Binary 10000000 1100 11101101 101110 1011111 0 111 100001111 1011010 110001

Color Harmonies of #800CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800CED

Black with #800CED

Text Example


Text Example

White with #800CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #800CED;
 }
 .AnyTagClassName
 {
   color: #800CED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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