Html Css Color HEX #852EBE Dark Orchid

📋 copy color: '#852EBE'

red 133 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #852EBE

Tints of Dark Orchid #852EBE

RGB

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

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

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

R = 36.04%
G = 12.47%
B = 51.49%

CMYK

 C value IS 0.3

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#852EBE (or 0x852EBE) is known color: Dark Orchid. HEX triplet: 85, 2E and BE. RGB value is (133,46,190). Sum of RGB (Red+Green+Blue) = 133+46+190=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #852EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852EBE is #7AD141. Grayscale: #575757. Windows color (decimal): -8048962 or 12463749. OLE color: 12463749.

HSL color Cylindrical-coordinate representation of color #852EBE: hue angle of 276.25º degrees, saturation: 0.61, 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 #852EBE is Cyan = 0.3, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 46 190 -
CMYK 0.3 0.76 0 0.25
HSL 276.25º 0.61% 0.46% -
HSV(B) 276.25º 0.76% 0.75% -
XYZ 19.94 10.66 49.72 -
YUV 88.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 133 46 190 0.3 0.76 0 0.25 276.25 0.61 0.46
Hex 85 2E BE 1E 4C 0 19 114 3D 2E
Octal 205 56 276 36 114 0 31 424 75 56
Binary 10000101 101110 10111110 11110 1001100 0 11001 100010100 111101 101110

Color Harmonies of #852EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852EBE

Black with #852EBE

Text Example


Text Example

White with #852EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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