Html Css Color HEX #852DB2 Dark Orchid

📋 copy color: '#852DB2'

red 133 ◦ green 45 ◦ blue 178

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

Shades of Dark Orchid #852DB2

Tints of Dark Orchid #852DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50%

R = 37.36%
G = 12.64%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#852DB2 (or 0x852DB2) is known color: Dark Orchid. HEX triplet: 85, 2D and B2. RGB value is (133,45,178). Sum of RGB (Red+Green+Blue) = 133+45+178=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #852DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852DB2 is #7AD24D. Grayscale: #565656. Windows color (decimal): -8049230 or 11677061. OLE color: 11677061.

HSL color Cylindrical-coordinate representation of color #852DB2: hue angle of 279.7º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852DB2 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 45 178 -
CMYK 0.25 0.75 0 0.30
HSL 279.7º 0.6% 0.44% -
HSV(B) 279.7º 0.75% 0.7% -
XYZ 18.65 10.08 43.08 -
YUV 86.47 179.65 161.19 -
System Red Green Blue C M Y K H S L
Decimal 133 45 178 0.25 0.75 0 0.30 279.7 0.6 0.44
Hex 85 2D B2 19 4B 0 1E 118 3C 2C
Octal 205 55 262 31 113 0 36 430 74 54
Binary 10000101 101101 10110010 11001 1001011 0 11110 100011000 111100 101100

Color Harmonies of #852DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DB2

Black with #852DB2

Text Example


Text Example

White with #852DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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