Html Css Color HEX #852DB6 Dark Orchid

📋 copy color: '#852DB6'

red 133 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #852DB6

Tints of Dark Orchid #852DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.56%

R = 36.94%
G = 12.5%
B = 50.56%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#852DB6 (or 0x852DB6) is known color: Dark Orchid. HEX triplet: 85, 2D and B6. RGB value is (133,45,182). Sum of RGB (Red+Green+Blue) = 133+45+182=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #852DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DB6 is #7AD249. Grayscale: #565656. Windows color (decimal): -8049226 or 11939205. OLE color: 11939205.

HSL color Cylindrical-coordinate representation of color #852DB6: hue angle of 278.54º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852DB6 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 45 182 -
CMYK 0.27 0.75 0 0.29
HSL 278.54º 0.6% 0.45% -
HSV(B) 278.54º 0.75% 0.71% -
XYZ 19.05 10.24 45.23 -
YUV 86.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 133 45 182 0.27 0.75 0 0.29 278.54 0.6 0.45
Hex 85 2D B6 1B 4B 0 1D 117 3C 2D
Octal 205 55 266 33 113 0 35 427 74 55
Binary 10000101 101101 10110110 11011 1001011 0 11101 100010111 111100 101101

Color Harmonies of #852DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DB6

Black with #852DB6

Text Example


Text Example

White with #852DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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