Html Css Color HEX #853AC0 Dark Orchid

📋 copy color: '#853AC0'

red 133 ◦ green 58 ◦ blue 192

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

Shades of Dark Orchid #853AC0

Tints of Dark Orchid #853AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.13%

R = 34.73%
G = 15.14%
B = 50.13%

CMYK

 C value IS 0.31

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#853AC0 (or 0x853AC0) is known color: Dark Orchid. HEX triplet: 85, 3A and C0. RGB value is (133,58,192). Sum of RGB (Red+Green+Blue) = 133+58+192=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #853AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AC0 is #7AC53F. Grayscale: #5F5F5F. Windows color (decimal): -8045888 or 12597893. OLE color: 12597893.

HSL color Cylindrical-coordinate representation of color #853AC0: hue angle of 273.58º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853AC0 is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 58 192 -
CMYK 0.31 0.70 0 0.25
HSL 273.58º 0.54% 0.49% -
HSV(B) 273.58º 0.7% 0.75% -
XYZ 20.7 11.82 51.06 -
YUV 95.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 133 58 192 0.31 0.70 0 0.25 273.58 0.54 0.49
Hex 85 3A C0 1F 46 0 19 112 36 31
Octal 205 72 300 37 106 0 31 422 66 61
Binary 10000101 111010 11000000 11111 1000110 0 11001 100010010 110110 110001

Color Harmonies of #853AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AC0

Black with #853AC0

Text Example


Text Example

White with #853AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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