Html Css Color HEX #8024BC Dark Orchid

📋 copy color: '#8024BC'

red 128 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #8024BC

Tints of Dark Orchid #8024BC

RGB

 RED value IS 128 (50.39% from 255) = 36.36%

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

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

R = 36.36%
G = 10.23%
B = 53.41%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8024BC (or 0x8024BC) is known color: Dark Orchid. HEX triplet: 80, 24 and BC. RGB value is (128,36,188). Sum of RGB (Red+Green+Blue) = 128+36+188=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #8024BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8024BC is #7FDB43. Grayscale: #505050. Windows color (decimal): -8379204 or 12330112. OLE color: 12330112.

HSL color Cylindrical-coordinate representation of color #8024BC: hue angle of 276.32º 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 #8024BC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 36 188 -
CMYK 0.32 0.81 0 0.26
HSL 276.32º 0.68% 0.44% -
HSV(B) 276.32º 0.81% 0.74% -
XYZ 18.61 9.48 48.43 -
YUV 80.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 128 36 188 0.32 0.81 0 0.26 276.32 0.68 0.44
Hex 80 24 BC 20 51 0 1A 114 44 2C
Octal 200 44 274 40 121 0 32 424 104 54
Binary 10000000 100100 10111100 100000 1010001 0 11010 100010100 1000100 101100

Color Harmonies of #8024BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8024BC

Black with #8024BC

Text Example


Text Example

White with #8024BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8024BC; }

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

 H1.HeaderClassName
 {
   color: #8024BC;
 }
 .AnyTagClassName
 {
   color: #8024BC;
 }
</style>

background-color css

<style>
 a { background-color: #8024BC; }

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

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

border-color css

<style>
 span { border-color: #8024BC; }

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

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