Html Css Color HEX #852DBE Dark Orchid

📋 copy color: '#852DBE'

red 133 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #852DBE

Tints of Dark Orchid #852DBE

RGB

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

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

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

R = 36.14%
G = 12.23%
B = 51.63%

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

#852DBE (or 0x852DBE) is known color: Dark Orchid. HEX triplet: 85, 2D and BE. RGB value is (133,45,190). Sum of RGB (Red+Green+Blue) = 133+45+190=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #852DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DBE is #7AD241. Grayscale: #575757. Windows color (decimal): -8049218 or 12463493. OLE color: 12463493.

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

Color convert

RGB 133 45 190 -
CMYK 0.3 0.76 0 0.25
HSL 276.41º 0.62% 0.46% -
HSV(B) 276.41º 0.76% 0.75% -
XYZ 19.91 10.58 49.71 -
YUV 87.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 133 45 190 0.3 0.76 0 0.25 276.41 0.62 0.46
Hex 85 2D BE 1E 4C 0 19 114 3E 2E
Octal 205 55 276 36 114 0 31 424 76 56
Binary 10000101 101101 10111110 11110 1001100 0 11001 100010100 111110 101110

Color Harmonies of #852DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DBE

Black with #852DBE

Text Example


Text Example

White with #852DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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