Html Css Color HEX #853CBF Dark Orchid

📋 copy color: '#853CBF'

red 133 ◦ green 60 ◦ blue 191

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

Shades of Dark Orchid #853CBF

Tints of Dark Orchid #853CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 34.64%
G = 15.63%
B = 49.74%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#853CBF (or 0x853CBF) is known color: Dark Orchid. HEX triplet: 85, 3C and BF. RGB value is (133,60,191). Sum of RGB (Red+Green+Blue) = 133+60+191=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #853CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CBF is #7AC340. Grayscale: #606060. Windows color (decimal): -8045377 or 12532869. OLE color: 12532869.

HSL color Cylindrical-coordinate representation of color #853CBF: hue angle of 273.44º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #853CBF is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 60 191 -
CMYK 0.30 0.69 0 0.25
HSL 273.44º 0.52% 0.49% -
HSV(B) 273.44º 0.69% 0.75% -
XYZ 20.69 11.98 50.51 -
YUV 96.76 181.18 153.85 -
System Red Green Blue C M Y K H S L
Decimal 133 60 191 0.30 0.69 0 0.25 273.44 0.52 0.49
Hex 85 3C BF 1E 45 0 19 111 34 31
Octal 205 74 277 36 105 0 31 421 64 61
Binary 10000101 111100 10111111 11110 1000101 0 11001 100010001 110100 110001

Color Harmonies of #853CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CBF

Black with #853CBF

Text Example


Text Example

White with #853CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,60,191); }

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

background-color css

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

 a { background-color: rgb(133,60,191); }

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

border-color css

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

 span { border-color: rgb(133,60,191); }

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