Html Css Color HEX #8136D7 Blue Violet

📋 copy color: '#8136D7'

red 129 ◦ green 54 ◦ blue 215

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

Shades of Blue Violet #8136D7

Tints of Blue Violet #8136D7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.57%

 BLUE value IS 215 (84.38% from 255) = 54.02%

R = 32.41%
G = 13.57%
B = 54.02%

CMYK

 C value IS 0.4

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8136D7 (or 0x8136D7) is known color: Blue Violet. HEX triplet: 81, 36 and D7. RGB value is (129,54,215). Sum of RGB (Red+Green+Blue) = 129+54+215=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #8136D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8136D7 is #7EC928. Grayscale: #5E5E5E. Windows color (decimal): -8309033 or 14104193. OLE color: 14104193.

HSL color Cylindrical-coordinate representation of color #8136D7: hue angle of 267.95º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8136D7 is Cyan = 0.4, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 54 215 -
CMYK 0.4 0.75 0 0.16
HSL 267.95º 0.67% 0.53% -
HSV(B) 267.95º 0.75% 0.84% -
XYZ 22.64 12.21 65.45 -
YUV 94.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 129 54 215 0.4 0.75 0 0.16 267.95 0.67 0.53
Hex 81 36 D7 28 4B 0 10 10C 43 35
Octal 201 66 327 50 113 0 20 414 103 65
Binary 10000001 110110 11010111 101000 1001011 0 10000 100001100 1000011 110101

Color Harmonies of #8136D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8136D7

Black with #8136D7

Text Example


Text Example

White with #8136D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8136D7; }

 p { color: rgb(129,54,215); }

 H1.HeaderClassName
 {
   color: #8136D7;
 }
 .AnyTagClassName
 {
   color: #8136D7;
 }
</style>

background-color css

<style>
 a { background-color: #8136D7; }

 a { background-color: rgb(129,54,215); }

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

border-color css

<style>
 span { border-color: #8136D7; }

 span { border-color: rgb(129,54,215); }

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