Html Css Color HEX #852EBA Dark Orchid

📋 copy color: '#852EBA'

red 133 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #852EBA

Tints of Dark Orchid #852EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.6%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 36.44%
G = 12.6%
B = 50.96%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#852EBA (or 0x852EBA) is known color: Dark Orchid. HEX triplet: 85, 2E and BA. RGB value is (133,46,186). Sum of RGB (Red+Green+Blue) = 133+46+186=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #852EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EBA is #7AD145. Grayscale: #575757. Windows color (decimal): -8048966 or 12201605. OLE color: 12201605.

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

Color convert

RGB 133 46 186 -
CMYK 0.28 0.75 0 0.27
HSL 277.29º 0.6% 0.45% -
HSV(B) 277.29º 0.75% 0.73% -
XYZ 19.51 10.49 47.45 -
YUV 87.97 183.32 160.12 -
System Red Green Blue C M Y K H S L
Decimal 133 46 186 0.28 0.75 0 0.27 277.29 0.6 0.45
Hex 85 2E BA 1C 4B 0 1B 115 3C 2D
Octal 205 56 272 34 113 0 33 425 74 55
Binary 10000101 101110 10111010 11100 1001011 0 11011 100010101 111100 101101

Color Harmonies of #852EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852EBA

Black with #852EBA

Text Example


Text Example

White with #852EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,46,186); }

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

background-color css

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

 a { background-color: rgb(133,46,186); }

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

border-color css

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

 span { border-color: rgb(133,46,186); }

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