Html Css Color HEX #852ABA Dark Orchid

📋 copy color: '#852ABA'

red 133 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #852ABA

Tints of Dark Orchid #852ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.63%

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

R = 36.84%
G = 11.63%
B = 51.52%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#852ABA (or 0x852ABA) is known color: Dark Orchid. HEX triplet: 85, 2A and BA. RGB value is (133,42,186). Sum of RGB (Red+Green+Blue) = 133+42+186=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #852ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ABA is #7AD545. Grayscale: #555555. Windows color (decimal): -8049990 or 12200581. OLE color: 12200581.

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

Color convert

RGB 133 42 186 -
CMYK 0.28 0.77 0 0.27
HSL 277.92º 0.63% 0.45% -
HSV(B) 277.92º 0.77% 0.73% -
XYZ 19.36 10.19 47.4 -
YUV 85.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 133 42 186 0.28 0.77 0 0.27 277.92 0.63 0.45
Hex 85 2A BA 1C 4D 0 1B 116 3F 2D
Octal 205 52 272 34 115 0 33 426 77 55
Binary 10000101 101010 10111010 11100 1001101 0 11011 100010110 111111 101101

Color Harmonies of #852ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ABA

Black with #852ABA

Text Example


Text Example

White with #852ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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