Html Css Color HEX #853FBF Dark Orchid

📋 copy color: '#853FBF'

red 133 ◦ green 63 ◦ blue 191

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

Shades of Dark Orchid #853FBF

Tints of Dark Orchid #853FBF

RGB

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

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

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

R = 34.37%
G = 16.28%
B = 49.35%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#853FBF (or 0x853FBF) is known color: Dark Orchid. HEX triplet: 85, 3F and BF. RGB value is (133,63,191). Sum of RGB (Red+Green+Blue) = 133+63+191=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #853FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853FBF is #7AC040. Grayscale: #626262. Windows color (decimal): -8044609 or 12533637. OLE color: 12533637.

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

Color convert

RGB 133 63 191 -
CMYK 0.30 0.67 0 0.25
HSL 272.81º 0.5% 0.5% -
HSV(B) 272.81º 0.67% 0.75% -
XYZ 20.85 12.3 50.57 -
YUV 98.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 133 63 191 0.30 0.67 0 0.25 272.81 0.5 0.5
Hex 85 3F BF 1E 43 0 19 111 32 32
Octal 205 77 277 36 103 0 31 421 62 62
Binary 10000101 111111 10111111 11110 1000011 0 11001 100010001 110010 110010

Color Harmonies of #853FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853FBF

Black with #853FBF

Text Example


Text Example

White with #853FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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