Html Css Color HEX #8138CC Blue Violet

📋 copy color: '#8138CC'

red 129 ◦ green 56 ◦ blue 204

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

Shades of Blue Violet #8138CC

Tints of Blue Violet #8138CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.4%

 BLUE value IS 204 (80.08% from 255) = 52.44%

R = 33.16%
G = 14.4%
B = 52.44%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8138CC (or 0x8138CC) is known color: Blue Violet. HEX triplet: 81, 38 and CC. RGB value is (129,56,204). Sum of RGB (Red+Green+Blue) = 129+56+204=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #8138CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8138CC is #7EC733. Grayscale: #5E5E5E. Windows color (decimal): -8308532 or 13383809. OLE color: 13383809.

HSL color Cylindrical-coordinate representation of color #8138CC: hue angle of 269.59º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8138CC is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 56 204 -
CMYK 0.37 0.73 0 0.2
HSL 269.59º 0.59% 0.51% -
HSV(B) 269.59º 0.73% 0.8% -
XYZ 21.37 11.86 58.29 -
YUV 94.7 189.68 152.47 -
System Red Green Blue C M Y K H S L
Decimal 129 56 204 0.37 0.73 0 0.2 269.59 0.59 0.51
Hex 81 38 CC 25 49 0 14 10E 3B 33
Octal 201 70 314 45 111 0 24 416 73 63
Binary 10000001 111000 11001100 100101 1001001 0 10100 100001110 111011 110011

Color Harmonies of #8138CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8138CC

Black with #8138CC

Text Example


Text Example

White with #8138CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8138CC; }

 p { color: rgb(129,56,204); }

 H1.HeaderClassName
 {
   color: #8138CC;
 }
 .AnyTagClassName
 {
   color: #8138CC;
 }
</style>

background-color css

<style>
 a { background-color: #8138CC; }

 a { background-color: rgb(129,56,204); }

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

border-color css

<style>
 span { border-color: #8138CC; }

 span { border-color: rgb(129,56,204); }

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