Html Css Color HEX #8A42CA Dark Orchid

📋 copy color: '#8A42CA'

red 138 ◦ green 66 ◦ blue 202

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

Shades of Dark Orchid #8A42CA

Tints of Dark Orchid #8A42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 33.99%
G = 16.26%
B = 49.75%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8A42CA (or 0x8A42CA) is known color: Dark Orchid. HEX triplet: 8A, 42 and CA. RGB value is (138,66,202). Sum of RGB (Red+Green+Blue) = 138+66+202=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A42CA is #75BD35. Grayscale: #666666. Windows color (decimal): -7716150 or 13255306. OLE color: 13255306.

HSL color Cylindrical-coordinate representation of color #8A42CA: hue angle of 271.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A42CA is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 138 66 202 -
CMYK 0.32 0.67 0 0.21
HSL 271.76º 0.56% 0.53% -
HSV(B) 271.76º 0.67% 0.79% -
XYZ 23.09 13.56 57.28 -
YUV 103.03 183.85 152.94 -
System Red Green Blue C M Y K H S L
Decimal 138 66 202 0.32 0.67 0 0.21 271.76 0.56 0.53
Hex 8A 42 CA 20 43 0 15 110 38 35
Octal 212 102 312 40 103 0 25 420 70 65
Binary 10001010 1000010 11001010 100000 1000011 0 10101 100010000 111000 110101

Color Harmonies of #8A42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A42CA

Black with #8A42CA

Text Example


Text Example

White with #8A42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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