Html Css Color HEX #932DB6 Dark Orchid

📋 copy color: '#932DB6'

red 147 ◦ green 45 ◦ blue 182

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

Shades of Dark Orchid #932DB6

Tints of Dark Orchid #932DB6

RGB

 RED value IS 147 (57.81% from 255) = 39.3%

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

 BLUE value IS 182 (71.48% from 255) = 48.66%

R = 39.3%
G = 12.03%
B = 48.66%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#932DB6 (or 0x932DB6) is known color: Dark Orchid. HEX triplet: 93, 2D and B6. RGB value is (147,45,182). Sum of RGB (Red+Green+Blue) = 147+45+182=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #932DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DB6 is #6CD249. Grayscale: #5A5A5A. Windows color (decimal): -7131722 or 11939219. OLE color: 11939219.

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

Color convert

RGB 147 45 182 -
CMYK 0.19 0.75 0 0.29
HSL 284.67º 0.6% 0.45% -
HSV(B) 284.67º 0.75% 0.71% -
XYZ 21.41 11.46 45.34 -
YUV 91.12 179.29 167.86 -
System Red Green Blue C M Y K H S L
Decimal 147 45 182 0.19 0.75 0 0.29 284.67 0.6 0.45
Hex 93 2D B6 13 4B 0 1D 11D 3C 2D
Octal 223 55 266 23 113 0 35 435 74 55
Binary 10010011 101101 10110110 10011 1001011 0 11101 100011101 111100 101101

Color Harmonies of #932DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932DB6

Black with #932DB6

Text Example


Text Example

White with #932DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932DB6; }

 p { color: rgb(147,45,182); }

 H1.HeaderClassName
 {
   color: #932DB6;
 }
 .AnyTagClassName
 {
   color: #932DB6;
 }
</style>

background-color css

<style>
 a { background-color: #932DB6; }

 a { background-color: rgb(147,45,182); }

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

border-color css

<style>
 span { border-color: #932DB6; }

 span { border-color: rgb(147,45,182); }

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