Html Css Color HEX #853FBC Dark Orchid

📋 copy color: '#853FBC'

red 133 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #853FBC

Tints of Dark Orchid #853FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.41%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 34.64%
G = 16.41%
B = 48.96%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#853FBC (or 0x853FBC) is known color: Dark Orchid. HEX triplet: 85, 3F and BC. RGB value is (133,63,188). Sum of RGB (Red+Green+Blue) = 133+63+188=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #853FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FBC is #7AC043. Grayscale: #616161. Windows color (decimal): -8044612 or 12337029. OLE color: 12337029.

HSL color Cylindrical-coordinate representation of color #853FBC: hue angle of 273.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853FBC is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 63 188 -
CMYK 0.29 0.66 0 0.26
HSL 273.6º 0.5% 0.49% -
HSV(B) 273.6º 0.66% 0.74% -
XYZ 20.53 12.17 48.84 -
YUV 98.18 178.69 152.84 -
System Red Green Blue C M Y K H S L
Decimal 133 63 188 0.29 0.66 0 0.26 273.6 0.5 0.49
Hex 85 3F BC 1D 42 0 1A 112 32 31
Octal 205 77 274 35 102 0 32 422 62 61
Binary 10000101 111111 10111100 11101 1000010 0 11010 100010010 110010 110001

Color Harmonies of #853FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FBC

Black with #853FBC

Text Example


Text Example

White with #853FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,63,188); }

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

background-color css

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

 a { background-color: rgb(133,63,188); }

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

border-color css

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

 span { border-color: rgb(133,63,188); }

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