Html Css Color HEX #8A07CB Dark Violet

📋 copy color: '#8A07CB'

red 138 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #8A07CB

Tints of Dark Violet #8A07CB

RGB

 RED value IS 138 (54.3% from 255) = 39.66%

 GREEN value IS 7 (3.13% from 255) = 2.01%

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 39.66%
G = 2.01%
B = 58.33%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A07CB (or 0x8A07CB) is known color: Dark Violet. HEX triplet: 8A, 07 and CB. RGB value is (138,7,203). Sum of RGB (Red+Green+Blue) = 138+7+203=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A07CB is #75F834. Grayscale: #434343. Windows color (decimal): -7731253 or 13305738. OLE color: 13305738.

HSL color Cylindrical-coordinate representation of color #8A07CB: hue angle of 280.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A07CB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 7 203 -
CMYK 0.32 0.97 0 0.20
HSL 280.1º 0.93% 0.41% -
HSV(B) 280.1º 0.97% 0.8% -
XYZ 21.34 9.87 57.28 -
YUV 68.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 138 7 203 0.32 0.97 0 0.20 280.1 0.93 0.41
Hex 8A 7 CB 20 61 0 14 118 5D 29
Octal 212 7 313 40 141 0 24 430 135 51
Binary 10001010 111 11001011 100000 1100001 0 10100 100011000 1011101 101001

Color Harmonies of #8A07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A07CB

Black with #8A07CB

Text Example


Text Example

White with #8A07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A07CB; }

 p { color: rgb(138,7,203); }

 H1.HeaderClassName
 {
   color: #8A07CB;
 }
 .AnyTagClassName
 {
   color: #8A07CB;
 }
</style>

background-color css

<style>
 a { background-color: #8A07CB; }

 a { background-color: rgb(138,7,203); }

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

border-color css

<style>
 span { border-color: #8A07CB; }

 span { border-color: rgb(138,7,203); }

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