Html Css Color HEX #8117ED Blue Violet

📋 copy color: '#8117ED'

red 129 ◦ green 23 ◦ blue 237

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

Shades of Blue Violet #8117ED

Tints of Blue Violet #8117ED

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.91%

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

R = 33.16%
G = 5.91%
B = 60.93%

CMYK

 C value IS 0.46

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8117ED (or 0x8117ED) is known color: Blue Violet. HEX triplet: 81, 17 and ED. RGB value is (129,23,237). Sum of RGB (Red+Green+Blue) = 129+23+237=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #8117ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8117ED is #7EE812. Grayscale: #4E4E4E. Windows color (decimal): -8316947 or 15538049. OLE color: 15538049.

HSL color Cylindrical-coordinate representation of color #8117ED: hue angle of 269.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8117ED is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 23 237 -
CMYK 0.46 0.90 0 0.07
HSL 269.72º 0.86% 0.51% -
HSV(B) 269.72º 0.9% 0.93% -
XYZ 24.65 11.39 81.02 -
YUV 79.09 217.12 163.6 -
System Red Green Blue C M Y K H S L
Decimal 129 23 237 0.46 0.90 0 0.07 269.72 0.86 0.51
Hex 81 17 ED 2E 5A 0 7 10E 56 33
Octal 201 27 355 56 132 0 7 416 126 63
Binary 10000001 10111 11101101 101110 1011010 0 111 100001110 1010110 110011

Color Harmonies of #8117ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8117ED

Black with #8117ED

Text Example


Text Example

White with #8117ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8117ED; }

 p { color: rgb(129,23,237); }

 H1.HeaderClassName
 {
   color: #8117ED;
 }
 .AnyTagClassName
 {
   color: #8117ED;
 }
</style>

background-color css

<style>
 a { background-color: #8117ED; }

 a { background-color: rgb(129,23,237); }

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

border-color css

<style>
 span { border-color: #8117ED; }

 span { border-color: rgb(129,23,237); }

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