Html Css Color HEX #8A3CCA Dark Orchid

📋 copy color: '#8A3CCA'

red 138 ◦ green 60 ◦ blue 202

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

Shades of Dark Orchid #8A3CCA

Tints of Dark Orchid #8A3CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15%

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 34.5%
G = 15%
B = 50.5%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A3CCA (or 0x8A3CCA) is known color: Dark Orchid. HEX triplet: 8A, 3C and CA. RGB value is (138,60,202). Sum of RGB (Red+Green+Blue) = 138+60+202=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A3CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3CCA is #75C335. Grayscale: #636363. Windows color (decimal): -7717686 or 13253770. OLE color: 13253770.

HSL color Cylindrical-coordinate representation of color #8A3CCA: hue angle of 272.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A3CCA is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 60 202 -
CMYK 0.32 0.70 0 0.21
HSL 272.96º 0.57% 0.51% -
HSV(B) 272.96º 0.7% 0.79% -
XYZ 22.76 12.9 57.17 -
YUV 99.51 185.84 155.45 -
System Red Green Blue C M Y K H S L
Decimal 138 60 202 0.32 0.70 0 0.21 272.96 0.57 0.51
Hex 8A 3C CA 20 46 0 15 111 39 33
Octal 212 74 312 40 106 0 25 421 71 63
Binary 10001010 111100 11001010 100000 1000110 0 10101 100010001 111001 110011

Color Harmonies of #8A3CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3CCA

Black with #8A3CCA

Text Example


Text Example

White with #8A3CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,60,202); }

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

background-color css

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

 a { background-color: rgb(138,60,202); }

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

border-color css

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

 span { border-color: rgb(138,60,202); }

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