Html Css Color HEX #853AB7 Dark Orchid

📋 copy color: '#853AB7'

red 133 ◦ green 58 ◦ blue 183

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

Shades of Dark Orchid #853AB7

Tints of Dark Orchid #853AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.93%

R = 35.56%
G = 15.51%
B = 48.93%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#853AB7 (or 0x853AB7) is known color: Dark Orchid. HEX triplet: 85, 3A and B7. RGB value is (133,58,183). Sum of RGB (Red+Green+Blue) = 133+58+183=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #853AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AB7 is #7AC548. Grayscale: #5E5E5E. Windows color (decimal): -8045897 or 12008069. OLE color: 12008069.

HSL color Cylindrical-coordinate representation of color #853AB7: hue angle of 276º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #853AB7 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 133 58 183 -
CMYK 0.27 0.68 0 0.28
HSL 276º 0.52% 0.47% -
HSV(B) 276º 0.68% 0.72% -
XYZ 19.73 11.43 45.97 -
YUV 94.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 133 58 183 0.27 0.68 0 0.28 276 0.52 0.47
Hex 85 3A B7 1B 44 0 1C 114 34 2F
Octal 205 72 267 33 104 0 34 424 64 57
Binary 10000101 111010 10110111 11011 1000100 0 11100 100010100 110100 101111

Color Harmonies of #853AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853AB7

Black with #853AB7

Text Example


Text Example

White with #853AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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