Html Css Color HEX #8C38B6 Dark Orchid

📋 copy color: '#8C38B6'

red 140 ◦ green 56 ◦ blue 182

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

Shades of Dark Orchid #8C38B6

Tints of Dark Orchid #8C38B6

RGB

 RED value IS 140 (55.08% from 255) = 37.04%

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

 BLUE value IS 182 (71.48% from 255) = 48.15%

R = 37.04%
G = 14.81%
B = 48.15%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8C38B6 (or 0x8C38B6) is known color: Dark Orchid. HEX triplet: 8C, 38 and B6. RGB value is (140,56,182). Sum of RGB (Red+Green+Blue) = 140+56+182=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C38B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C38B6 is #73C749. Grayscale: #5F5F5F. Windows color (decimal): -7587658 or 11942028. OLE color: 11942028.

HSL color Cylindrical-coordinate representation of color #8C38B6: hue angle of 280º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C38B6 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 140 56 182 -
CMYK 0.23 0.69 0 0.29
HSL 280º 0.53% 0.47% -
HSV(B) 280º 0.69% 0.71% -
XYZ 20.67 11.78 45.44 -
YUV 95.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 140 56 182 0.23 0.69 0 0.29 280 0.53 0.47
Hex 8C 38 B6 17 45 0 1D 118 35 2F
Octal 214 70 266 27 105 0 35 430 65 57
Binary 10001100 111000 10110110 10111 1000101 0 11101 100011000 110101 101111

Color Harmonies of #8C38B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C38B6

Black with #8C38B6

Text Example


Text Example

White with #8C38B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,56,182); }

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

background-color css

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

 a { background-color: rgb(140,56,182); }

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

border-color css

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

 span { border-color: rgb(140,56,182); }

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