Html Css Color HEX #8A43CD Dark Orchid

📋 copy color: '#8A43CD'

red 138 ◦ green 67 ◦ blue 205

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

Shades of Dark Orchid #8A43CD

Tints of Dark Orchid #8A43CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

 BLUE value IS 205 (80.47% from 255) = 50%

R = 33.66%
G = 16.34%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A43CD (or 0x8A43CD) is known color: Dark Orchid. HEX triplet: 8A, 43 and CD. RGB value is (138,67,205). Sum of RGB (Red+Green+Blue) = 138+67+205=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A43CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A43CD is #75BC32. Grayscale: #676767. Windows color (decimal): -7715891 or 13452170. OLE color: 13452170.

HSL color Cylindrical-coordinate representation of color #8A43CD: hue angle of 270.87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A43CD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 67 205 -
CMYK 0.33 0.67 0 0.20
HSL 270.87º 0.58% 0.53% -
HSV(B) 270.87º 0.67% 0.8% -
XYZ 23.51 13.83 59.19 -
YUV 103.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 138 67 205 0.33 0.67 0 0.20 270.87 0.58 0.53
Hex 8A 43 CD 21 43 0 14 10F 3A 35
Octal 212 103 315 41 103 0 24 417 72 65
Binary 10001010 1000011 11001101 100001 1000011 0 10100 100001111 111010 110101

Color Harmonies of #8A43CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A43CD

Black with #8A43CD

Text Example


Text Example

White with #8A43CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,67,205); }

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

background-color css

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

 a { background-color: rgb(138,67,205); }

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

border-color css

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

 span { border-color: rgb(138,67,205); }

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