Html Css Color HEX #853DB7 Dark Orchid

📋 copy color: '#853DB7'

red 133 ◦ green 61 ◦ blue 183

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

Shades of Dark Orchid #853DB7

Tints of Dark Orchid #853DB7

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 35.28%
G = 16.18%
B = 48.54%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#853DB7 (or 0x853DB7) is known color: Dark Orchid. HEX triplet: 85, 3D and B7. RGB value is (133,61,183). Sum of RGB (Red+Green+Blue) = 133+61+183=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #853DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853DB7 is #7AC248. Grayscale: #606060. Windows color (decimal): -8045129 or 12008837. OLE color: 12008837.

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

Color convert

RGB 133 61 183 -
CMYK 0.27 0.67 0 0.28
HSL 275.41º 0.5% 0.48% -
HSV(B) 275.41º 0.67% 0.72% -
XYZ 19.89 11.74 46.02 -
YUV 96.44 176.85 154.08 -
System Red Green Blue C M Y K H S L
Decimal 133 61 183 0.27 0.67 0 0.28 275.41 0.5 0.48
Hex 85 3D B7 1B 43 0 1C 113 32 30
Octal 205 75 267 33 103 0 34 423 62 60
Binary 10000101 111101 10110111 11011 1000011 0 11100 100010011 110010 110000

Color Harmonies of #853DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853DB7

Black with #853DB7

Text Example


Text Example

White with #853DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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