Html Css Color HEX #852DBF Dark Orchid

📋 copy color: '#852DBF'

red 133 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #852DBF

Tints of Dark Orchid #852DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.2%

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

R = 36.04%
G = 12.2%
B = 51.76%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#852DBF (or 0x852DBF) is known color: Dark Orchid. HEX triplet: 85, 2D and BF. RGB value is (133,45,191). Sum of RGB (Red+Green+Blue) = 133+45+191=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #852DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DBF is #7AD240. Grayscale: #575757. Windows color (decimal): -8049217 or 12529029. OLE color: 12529029.

HSL color Cylindrical-coordinate representation of color #852DBF: hue angle of 276.16º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852DBF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 45 191 -
CMYK 0.30 0.76 0 0.25
HSL 276.16º 0.62% 0.46% -
HSV(B) 276.16º 0.76% 0.75% -
XYZ 20.02 10.62 50.29 -
YUV 87.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 133 45 191 0.30 0.76 0 0.25 276.16 0.62 0.46
Hex 85 2D BF 1E 4C 0 19 114 3E 2E
Octal 205 55 277 36 114 0 31 424 76 56
Binary 10000101 101101 10111111 11110 1001100 0 11001 100010100 111110 101110

Color Harmonies of #852DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DBF

Black with #852DBF

Text Example


Text Example

White with #852DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852DBF; }

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

 H1.HeaderClassName
 {
   color: #852DBF;
 }
 .AnyTagClassName
 {
   color: #852DBF;
 }
</style>

background-color css

<style>
 a { background-color: #852DBF; }

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

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

border-color css

<style>
 span { border-color: #852DBF; }

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

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