Html Css Color HEX #8A3BCD Dark Orchid

📋 copy color: '#8A3BCD'

red 138 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #8A3BCD

Tints of Dark Orchid #8A3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.68%

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

R = 34.33%
G = 14.68%
B = 51%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A3BCD (or 0x8A3BCD) is known color: Dark Orchid. HEX triplet: 8A, 3B and CD. RGB value is (138,59,205). Sum of RGB (Red+Green+Blue) = 138+59+205=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 59 (23.44% from 255 or 14.68% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A3BCD is #75C432. Grayscale: #626262. Windows color (decimal): -7717939 or 13450122. OLE color: 13450122.

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

Color convert

RGB 138 59 205 -
CMYK 0.33 0.71 0 0.20
HSL 272.47º 0.59% 0.52% -
HSV(B) 272.47º 0.71% 0.8% -
XYZ 23.06 12.94 59.04 -
YUV 99.27 187.67 155.63 -
System Red Green Blue C M Y K H S L
Decimal 138 59 205 0.33 0.71 0 0.20 272.47 0.59 0.52
Hex 8A 3B CD 21 47 0 14 110 3B 34
Octal 212 73 315 41 107 0 24 420 73 64
Binary 10001010 111011 11001101 100001 1000111 0 10100 100010000 111011 110100

Color Harmonies of #8A3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3BCD

Black with #8A3BCD

Text Example


Text Example

White with #8A3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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