Html Css Color HEX #853CBE Dark Orchid

📋 copy color: '#853CBE'

red 133 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #853CBE

Tints of Dark Orchid #853CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.61%

R = 34.73%
G = 15.67%
B = 49.61%

CMYK

 C value IS 0.3

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#853CBE (or 0x853CBE) is known color: Dark Orchid. HEX triplet: 85, 3C and BE. RGB value is (133,60,190). Sum of RGB (Red+Green+Blue) = 133+60+190=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #853CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853CBE is #7AC341. Grayscale: #606060. Windows color (decimal): -8045378 or 12467333. OLE color: 12467333.

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

Color convert

RGB 133 60 190 -
CMYK 0.3 0.68 0 0.25
HSL 273.69º 0.52% 0.49% -
HSV(B) 273.69º 0.68% 0.75% -
XYZ 20.58 11.94 49.93 -
YUV 96.65 180.68 153.93 -
System Red Green Blue C M Y K H S L
Decimal 133 60 190 0.3 0.68 0 0.25 273.69 0.52 0.49
Hex 85 3C BE 1E 44 0 19 112 34 31
Octal 205 74 276 36 104 0 31 422 64 61
Binary 10000101 111100 10111110 11110 1000100 0 11001 100010010 110100 110001

Color Harmonies of #853CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853CBE

Black with #853CBE

Text Example


Text Example

White with #853CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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