Html Css Color HEX #802DBA Dark Orchid

📋 copy color: '#802DBA'

red 128 ◦ green 45 ◦ blue 186

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

Shades of Dark Orchid #802DBA

Tints of Dark Orchid #802DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.53%

 BLUE value IS 186 (73.05% from 255) = 51.81%

R = 35.65%
G = 12.53%
B = 51.81%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#802DBA (or 0x802DBA) is known color: Dark Orchid. HEX triplet: 80, 2D and BA. RGB value is (128,45,186). Sum of RGB (Red+Green+Blue) = 128+45+186=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #802DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DBA is #7FD245. Grayscale: #555555. Windows color (decimal): -8376902 or 12201344. OLE color: 12201344.

HSL color Cylindrical-coordinate representation of color #802DBA: hue angle of 275.32º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #802DBA is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 45 186 -
CMYK 0.31 0.76 0 0.27
HSL 275.32º 0.61% 0.45% -
HSV(B) 275.32º 0.76% 0.73% -
XYZ 18.7 10.01 47.4 -
YUV 85.89 184.5 158.04 -
System Red Green Blue C M Y K H S L
Decimal 128 45 186 0.31 0.76 0 0.27 275.32 0.61 0.45
Hex 80 2D BA 1F 4C 0 1B 113 3D 2D
Octal 200 55 272 37 114 0 33 423 75 55
Binary 10000000 101101 10111010 11111 1001100 0 11011 100010011 111101 101101

Color Harmonies of #802DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802DBA

Black with #802DBA

Text Example


Text Example

White with #802DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802DBA; }

 p { color: rgb(128,45,186); }

 H1.HeaderClassName
 {
   color: #802DBA;
 }
 .AnyTagClassName
 {
   color: #802DBA;
 }
</style>

background-color css

<style>
 a { background-color: #802DBA; }

 a { background-color: rgb(128,45,186); }

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

border-color css

<style>
 span { border-color: #802DBA; }

 span { border-color: rgb(128,45,186); }

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