Html Css Color HEX #852DB4 Dark Orchid

📋 copy color: '#852DB4'

red 133 ◦ green 45 ◦ blue 180

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

Shades of Dark Orchid #852DB4

Tints of Dark Orchid #852DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 50.28%

R = 37.15%
G = 12.57%
B = 50.28%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#852DB4 (or 0x852DB4) is known color: Dark Orchid. HEX triplet: 85, 2D and B4. RGB value is (133,45,180). Sum of RGB (Red+Green+Blue) = 133+45+180=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #852DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852DB4 is #7AD24B. Grayscale: #565656. Windows color (decimal): -8049228 or 11808133. OLE color: 11808133.

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

Color convert

RGB 133 45 180 -
CMYK 0.26 0.75 0 0.29
HSL 279.11º 0.6% 0.44% -
HSV(B) 279.11º 0.75% 0.71% -
XYZ 18.85 10.16 44.15 -
YUV 86.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 133 45 180 0.26 0.75 0 0.29 279.11 0.6 0.44
Hex 85 2D B4 1A 4B 0 1D 117 3C 2C
Octal 205 55 264 32 113 0 35 427 74 54
Binary 10000101 101101 10110100 11010 1001011 0 11101 100010111 111100 101100

Color Harmonies of #852DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DB4

Black with #852DB4

Text Example


Text Example

White with #852DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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