Html Css Color HEX #803ABA Dark Orchid

📋 copy color: '#803ABA'

red 128 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #803ABA

Tints of Dark Orchid #803ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

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

R = 34.41%
G = 15.59%
B = 50%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#803ABA (or 0x803ABA) is known color: Dark Orchid. HEX triplet: 80, 3A and BA. RGB value is (128,58,186). Sum of RGB (Red+Green+Blue) = 128+58+186=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #803ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ABA is #7FC545. Grayscale: #5D5D5D. Windows color (decimal): -8373574 or 12204672. OLE color: 12204672.

HSL color Cylindrical-coordinate representation of color #803ABA: hue angle of 272.81º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803ABA is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 58 186 -
CMYK 0.31 0.69 0 0.27
HSL 272.81º 0.52% 0.48% -
HSV(B) 272.81º 0.69% 0.73% -
XYZ 19.28 11.16 47.59 -
YUV 93.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 128 58 186 0.31 0.69 0 0.27 272.81 0.52 0.48
Hex 80 3A BA 1F 45 0 1B 111 34 30
Octal 200 72 272 37 105 0 33 421 64 60
Binary 10000000 111010 10111010 11111 1000101 0 11011 100010001 110100 110000

Color Harmonies of #803ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803ABA

Black with #803ABA

Text Example


Text Example

White with #803ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803ABA; }

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

 H1.HeaderClassName
 {
   color: #803ABA;
 }
 .AnyTagClassName
 {
   color: #803ABA;
 }
</style>

background-color css

<style>
 a { background-color: #803ABA; }

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

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

border-color css

<style>
 span { border-color: #803ABA; }

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

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