Html Css Color HEX #853ABD Dark Orchid

📋 copy color: '#853ABD'

red 133 ◦ green 58 ◦ blue 189

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

Shades of Dark Orchid #853ABD

Tints of Dark Orchid #853ABD

RGB

 RED value IS 133 (52.34% from 255) = 35%

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

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

R = 35%
G = 15.26%
B = 49.74%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#853ABD (or 0x853ABD) is known color: Dark Orchid. HEX triplet: 85, 3A and BD. RGB value is (133,58,189). Sum of RGB (Red+Green+Blue) = 133+58+189=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #853ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853ABD is #7AC542. Grayscale: #5E5E5E. Windows color (decimal): -8045891 or 12401285. OLE color: 12401285.

HSL color Cylindrical-coordinate representation of color #853ABD: hue angle of 274.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853ABD is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 58 189 -
CMYK 0.30 0.69 0 0.26
HSL 274.35º 0.53% 0.48% -
HSV(B) 274.35º 0.69% 0.74% -
XYZ 20.37 11.69 49.33 -
YUV 95.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 133 58 189 0.30 0.69 0 0.26 274.35 0.53 0.48
Hex 85 3A BD 1E 45 0 1A 112 35 30
Octal 205 72 275 36 105 0 32 422 65 60
Binary 10000101 111010 10111101 11110 1000101 0 11010 100010010 110101 110000

Color Harmonies of #853ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853ABD

Black with #853ABD

Text Example


Text Example

White with #853ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853ABD; }

 p { color: rgb(133,58,189); }

 H1.HeaderClassName
 {
   color: #853ABD;
 }
 .AnyTagClassName
 {
   color: #853ABD;
 }
</style>

background-color css

<style>
 a { background-color: #853ABD; }

 a { background-color: rgb(133,58,189); }

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

border-color css

<style>
 span { border-color: #853ABD; }

 span { border-color: rgb(133,58,189); }

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