Html Css Color HEX #8A08CC Dark Violet

📋 copy color: '#8A08CC'

red 138 ◦ green 8 ◦ blue 204

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

Shades of Dark Violet #8A08CC

Tints of Dark Violet #8A08CC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.29%

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

R = 39.43%
G = 2.29%
B = 58.29%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8A08CC (or 0x8A08CC) is known color: Dark Violet. HEX triplet: 8A, 08 and CC. RGB value is (138,8,204). Sum of RGB (Red+Green+Blue) = 138+8+204=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #8A08CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A08CC is #75F733. Grayscale: #444444. Windows color (decimal): -7730996 or 13371530. OLE color: 13371530.

HSL color Cylindrical-coordinate representation of color #8A08CC: hue angle of 279.8º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A08CC is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 8 204 -
CMYK 0.32 0.96 0 0.2
HSL 279.8º 0.92% 0.42% -
HSV(B) 279.8º 0.96% 0.8% -
XYZ 21.47 9.94 57.91 -
YUV 69.21 204.07 177.06 -
System Red Green Blue C M Y K H S L
Decimal 138 8 204 0.32 0.96 0 0.2 279.8 0.92 0.42
Hex 8A 8 CC 20 60 0 14 118 5C 2A
Octal 212 10 314 40 140 0 24 430 134 52
Binary 10001010 1000 11001100 100000 1100000 0 10100 100011000 1011100 101010

Color Harmonies of #8A08CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A08CC

Black with #8A08CC

Text Example


Text Example

White with #8A08CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,8,204); }

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

background-color css

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

 a { background-color: rgb(138,8,204); }

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

border-color css

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

 span { border-color: rgb(138,8,204); }

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