Html Css Color HEX #853BBE Dark Orchid

📋 copy color: '#853BBE'

red 133 ◦ green 59 ◦ blue 190

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

Shades of Dark Orchid #853BBE

Tints of Dark Orchid #853BBE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

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

R = 34.82%
G = 15.45%
B = 49.74%

CMYK

 C value IS 0.3

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#853BBE (or 0x853BBE) is known color: Dark Orchid. HEX triplet: 85, 3B and BE. RGB value is (133,59,190). Sum of RGB (Red+Green+Blue) = 133+59+190=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #853BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BBE is #7AC441. Grayscale: #5F5F5F. Windows color (decimal): -8045634 or 12467077. OLE color: 12467077.

HSL color Cylindrical-coordinate representation of color #853BBE: hue angle of 273.89º degrees, saturation: 0.53, 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 #853BBE is Cyan = 0.3, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 59 190 -
CMYK 0.3 0.69 0 0.25
HSL 273.89º 0.53% 0.49% -
HSV(B) 273.89º 0.69% 0.75% -
XYZ 20.53 11.83 49.92 -
YUV 96.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 133 59 190 0.3 0.69 0 0.25 273.89 0.53 0.49
Hex 85 3B BE 1E 45 0 19 112 35 31
Octal 205 73 276 36 105 0 31 422 65 61
Binary 10000101 111011 10111110 11110 1000101 0 11001 100010010 110101 110001

Color Harmonies of #853BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853BBE

Black with #853BBE

Text Example


Text Example

White with #853BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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