Html Css Color HEX #8A34CE Dark Orchid

📋 copy color: '#8A34CE'

red 138 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #8A34CE

Tints of Dark Orchid #8A34CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 34.85%
G = 13.13%
B = 52.02%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A34CE (or 0x8A34CE) is known color: Dark Orchid. HEX triplet: 8A, 34 and CE. RGB value is (138,52,206). Sum of RGB (Red+Green+Blue) = 138+52+206=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A34CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A34CE is #75CB31. Grayscale: #5E5E5E. Windows color (decimal): -7719730 or 13513866. OLE color: 13513866.

HSL color Cylindrical-coordinate representation of color #8A34CE: hue angle of 273.51º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A34CE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 52 206 -
CMYK 0.33 0.75 0 0.19
HSL 273.51º 0.61% 0.51% -
HSV(B) 273.51º 0.75% 0.81% -
XYZ 22.85 12.32 59.57 -
YUV 95.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 138 52 206 0.33 0.75 0 0.19 273.51 0.61 0.51
Hex 8A 34 CE 21 4B 0 13 112 3D 33
Octal 212 64 316 41 113 0 23 422 75 63
Binary 10001010 110100 11001110 100001 1001011 0 10011 100010010 111101 110011

Color Harmonies of #8A34CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A34CE

Black with #8A34CE

Text Example


Text Example

White with #8A34CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,52,206); }

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

background-color css

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

 a { background-color: rgb(138,52,206); }

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

border-color css

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

 span { border-color: rgb(138,52,206); }

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