Html Css Color HEX #8018B9 Dark Orchid

📋 copy color: '#8018B9'

red 128 ◦ green 24 ◦ blue 185

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

Shades of Dark Orchid #8018B9

Tints of Dark Orchid #8018B9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

 BLUE value IS 185 (72.66% from 255) = 54.9%

R = 37.98%
G = 7.12%
B = 54.9%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8018B9 (or 0x8018B9) is known color: Dark Orchid. HEX triplet: 80, 18 and B9. RGB value is (128,24,185). Sum of RGB (Red+Green+Blue) = 128+24+185=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #8018B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8018B9 is #7FE746. Grayscale: #484848. Windows color (decimal): -8382279 or 12130432. OLE color: 12130432.

HSL color Cylindrical-coordinate representation of color #8018B9: hue angle of 278.76º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8018B9 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 24 185 -
CMYK 0.31 0.87 0 0.27
HSL 278.76º 0.77% 0.41% -
HSV(B) 278.76º 0.87% 0.73% -
XYZ 17.99 8.75 46.64 -
YUV 73.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 128 24 185 0.31 0.87 0 0.27 278.76 0.77 0.41
Hex 80 18 B9 1F 57 0 1B 117 4D 29
Octal 200 30 271 37 127 0 33 427 115 51
Binary 10000000 11000 10111001 11111 1010111 0 11011 100010111 1001101 101001

Color Harmonies of #8018B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8018B9

Black with #8018B9

Text Example


Text Example

White with #8018B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8018B9; }

 p { color: rgb(128,24,185); }

 H1.HeaderClassName
 {
   color: #8018B9;
 }
 .AnyTagClassName
 {
   color: #8018B9;
 }
</style>

background-color css

<style>
 a { background-color: #8018B9; }

 a { background-color: rgb(128,24,185); }

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

border-color css

<style>
 span { border-color: #8018B9; }

 span { border-color: rgb(128,24,185); }

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