Html Css Color HEX #8C24BC Dark Orchid

📋 copy color: '#8C24BC'

red 140 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #8C24BC

Tints of Dark Orchid #8C24BC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.89%

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

R = 38.46%
G = 9.89%
B = 51.65%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C24BC (or 0x8C24BC) is known color: Dark Orchid. HEX triplet: 8C, 24 and BC. RGB value is (140,36,188). Sum of RGB (Red+Green+Blue) = 140+36+188=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 36 (14.45% from 255 or 9.89% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C24BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C24BC is #73DB43. Grayscale: #535353. Windows color (decimal): -7592772 or 12330124. OLE color: 12330124.

HSL color Cylindrical-coordinate representation of color #8C24BC: hue angle of 281.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C24BC is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 36 188 -
CMYK 0.26 0.81 0 0.26
HSL 281.05º 0.68% 0.44% -
HSV(B) 281.05º 0.81% 0.74% -
XYZ 20.52 10.47 48.52 -
YUV 84.42 186.46 167.64 -
System Red Green Blue C M Y K H S L
Decimal 140 36 188 0.26 0.81 0 0.26 281.05 0.68 0.44
Hex 8C 24 BC 1A 51 0 1A 119 44 2C
Octal 214 44 274 32 121 0 32 431 104 54
Binary 10001100 100100 10111100 11010 1010001 0 11010 100011001 1000100 101100

Color Harmonies of #8C24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C24BC

Black with #8C24BC

Text Example


Text Example

White with #8C24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,36,188); }

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

background-color css

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

 a { background-color: rgb(140,36,188); }

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

border-color css

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

 span { border-color: rgb(140,36,188); }

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