Html Css Color HEX #8A38BC Dark Orchid

📋 copy color: '#8A38BC'

red 138 ◦ green 56 ◦ blue 188

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

Shades of Dark Orchid #8A38BC

Tints of Dark Orchid #8A38BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.66%

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 36.13%
G = 14.66%
B = 49.21%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8A38BC (or 0x8A38BC) is known color: Dark Orchid. HEX triplet: 8A, 38 and BC. RGB value is (138,56,188). Sum of RGB (Red+Green+Blue) = 138+56+188=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 56 (22.27% from 255 or 14.66% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A38BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A38BC is #75C743. Grayscale: #5F5F5F. Windows color (decimal): -7718724 or 12335242. OLE color: 12335242.

HSL color Cylindrical-coordinate representation of color #8A38BC: hue angle of 277.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8A38BC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 138 56 188 -
CMYK 0.27 0.70 0 0.26
HSL 277.27º 0.54% 0.48% -
HSV(B) 277.27º 0.7% 0.74% -
XYZ 20.97 11.86 48.76 -
YUV 95.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 138 56 188 0.27 0.70 0 0.26 277.27 0.54 0.48
Hex 8A 38 BC 1B 46 0 1A 115 36 30
Octal 212 70 274 33 106 0 32 425 66 60
Binary 10001010 111000 10111100 11011 1000110 0 11010 100010101 110110 110000

Color Harmonies of #8A38BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A38BC

Black with #8A38BC

Text Example


Text Example

White with #8A38BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,56,188); }

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

background-color css

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

 a { background-color: rgb(138,56,188); }

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

border-color css

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

 span { border-color: rgb(138,56,188); }

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