Html Css Color HEX #8A40CD Dark Orchid

📋 copy color: '#8A40CD'

red 138 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #8A40CD

Tints of Dark Orchid #8A40CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

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

R = 33.91%
G = 15.72%
B = 50.37%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A40CD (or 0x8A40CD) is known color: Dark Orchid. HEX triplet: 8A, 40 and CD. RGB value is (138,64,205). Sum of RGB (Red+Green+Blue) = 138+64+205=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A40CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A40CD is #75BF32. Grayscale: #656565. Windows color (decimal): -7716659 or 13451402. OLE color: 13451402.

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

Color convert

RGB 138 64 205 -
CMYK 0.33 0.69 0 0.20
HSL 271.49º 0.59% 0.53% -
HSV(B) 271.49º 0.69% 0.8% -
XYZ 23.33 13.48 59.13 -
YUV 102.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 138 64 205 0.33 0.69 0 0.20 271.49 0.59 0.53
Hex 8A 40 CD 21 45 0 14 10F 3B 35
Octal 212 100 315 41 105 0 24 417 73 65
Binary 10001010 1000000 11001101 100001 1000101 0 10100 100001111 111011 110101

Color Harmonies of #8A40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A40CD

Black with #8A40CD

Text Example


Text Example

White with #8A40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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