Html Css Color HEX #8025BD Dark Orchid

📋 copy color: '#8025BD'

red 128 ◦ green 37 ◦ blue 189

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

Shades of Dark Orchid #8025BD

Tints of Dark Orchid #8025BD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.45%

 BLUE value IS 189 (74.22% from 255) = 53.39%

R = 36.16%
G = 10.45%
B = 53.39%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8025BD (or 0x8025BD) is known color: Dark Orchid. HEX triplet: 80, 25 and BD. RGB value is (128,37,189). Sum of RGB (Red+Green+Blue) = 128+37+189=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #8025BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8025BD is #7FDA42. Grayscale: #515151. Windows color (decimal): -8378947 or 12395904. OLE color: 12395904.

HSL color Cylindrical-coordinate representation of color #8025BD: hue angle of 275.92º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8025BD is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 37 189 -
CMYK 0.32 0.80 0 0.26
HSL 275.92º 0.67% 0.44% -
HSV(B) 275.92º 0.8% 0.74% -
XYZ 18.75 9.59 49.01 -
YUV 81.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 128 37 189 0.32 0.80 0 0.26 275.92 0.67 0.44
Hex 80 25 BD 20 50 0 1A 114 43 2C
Octal 200 45 275 40 120 0 32 424 103 54
Binary 10000000 100101 10111101 100000 1010000 0 11010 100010100 1000011 101100

Color Harmonies of #8025BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8025BD

Black with #8025BD

Text Example


Text Example

White with #8025BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8025BD; }

 p { color: rgb(128,37,189); }

 H1.HeaderClassName
 {
   color: #8025BD;
 }
 .AnyTagClassName
 {
   color: #8025BD;
 }
</style>

background-color css

<style>
 a { background-color: #8025BD; }

 a { background-color: rgb(128,37,189); }

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

border-color css

<style>
 span { border-color: #8025BD; }

 span { border-color: rgb(128,37,189); }

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