Html Css Color HEX #8A3FCD Dark Orchid

📋 copy color: '#8A3FCD'

red 138 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #8A3FCD

Tints of Dark Orchid #8A3FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

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

R = 33.99%
G = 15.52%
B = 50.49%

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

#8A3FCD (or 0x8A3FCD) is known color: Dark Orchid. HEX triplet: 8A, 3F and CD. RGB value is (138,63,205). Sum of RGB (Red+Green+Blue) = 138+63+205=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3FCD is #75C032. Grayscale: #656565. Windows color (decimal): -7716915 or 13451146. OLE color: 13451146.

HSL color Cylindrical-coordinate representation of color #8A3FCD: hue angle of 271.69º 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 #8A3FCD is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 63 205 -
CMYK 0.33 0.69 0 0.20
HSL 271.69º 0.59% 0.53% -
HSV(B) 271.69º 0.69% 0.8% -
XYZ 23.28 13.37 59.11 -
YUV 101.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 138 63 205 0.33 0.69 0 0.20 271.69 0.59 0.53
Hex 8A 3F CD 21 45 0 14 110 3B 35
Octal 212 77 315 41 105 0 24 420 73 65
Binary 10001010 111111 11001101 100001 1000101 0 10100 100010000 111011 110101

Color Harmonies of #8A3FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3FCD

Black with #8A3FCD

Text Example


Text Example

White with #8A3FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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