Html Css Color HEX #8127D0 Blue Violet

📋 copy color: '#8127D0'

red 129 ◦ green 39 ◦ blue 208

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

Shades of Blue Violet #8127D0

Tints of Blue Violet #8127D0

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.37%

 BLUE value IS 208 (81.64% from 255) = 55.32%

R = 34.31%
G = 10.37%
B = 55.32%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8127D0 (or 0x8127D0) is known color: Blue Violet. HEX triplet: 81, 27 and D0. RGB value is (129,39,208). Sum of RGB (Red+Green+Blue) = 129+39+208=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 39 (15.62% from 255 or 10.37% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #8127D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8127D0 is #7ED82F. Grayscale: #545454. Windows color (decimal): -8312880 or 13641601. OLE color: 13641601.

HSL color Cylindrical-coordinate representation of color #8127D0: hue angle of 271.95º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8127D0 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 129 39 208 -
CMYK 0.38 0.81 0 0.18
HSL 271.95º 0.68% 0.48% -
HSV(B) 271.95º 0.81% 0.82% -
XYZ 21.16 10.67 60.62 -
YUV 85.18 197.32 159.26 -
System Red Green Blue C M Y K H S L
Decimal 129 39 208 0.38 0.81 0 0.18 271.95 0.68 0.48
Hex 81 27 D0 26 51 0 12 110 44 30
Octal 201 47 320 46 121 0 22 420 104 60
Binary 10000001 100111 11010000 100110 1010001 0 10010 100010000 1000100 110000

Color Harmonies of #8127D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8127D0

Black with #8127D0

Text Example


Text Example

White with #8127D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8127D0; }

 p { color: rgb(129,39,208); }

 H1.HeaderClassName
 {
   color: #8127D0;
 }
 .AnyTagClassName
 {
   color: #8127D0;
 }
</style>

background-color css

<style>
 a { background-color: #8127D0; }

 a { background-color: rgb(129,39,208); }

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

border-color css

<style>
 span { border-color: #8127D0; }

 span { border-color: rgb(129,39,208); }

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