Html Css Color HEX #932DB0 Dark Orchid

📋 copy color: '#932DB0'

red 147 ◦ green 45 ◦ blue 176

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

Shades of Dark Orchid #932DB0

Tints of Dark Orchid #932DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.83%

R = 39.95%
G = 12.23%
B = 47.83%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#932DB0 (or 0x932DB0) is known color: Dark Orchid. HEX triplet: 93, 2D and B0. RGB value is (147,45,176). Sum of RGB (Red+Green+Blue) = 147+45+176=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #932DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #932DB0 is #6CD24F. Grayscale: #5A5A5A. Windows color (decimal): -7131728 or 11546003. OLE color: 11546003.

HSL color Cylindrical-coordinate representation of color #932DB0: hue angle of 286.72º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #932DB0 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 45 176 -
CMYK 0.16 0.74 0 0.31
HSL 286.72º 0.59% 0.43% -
HSV(B) 286.72º 0.74% 0.69% -
XYZ 20.81 11.21 42.14 -
YUV 90.43 176.29 168.35 -
System Red Green Blue C M Y K H S L
Decimal 147 45 176 0.16 0.74 0 0.31 286.72 0.59 0.43
Hex 93 2D B0 10 4A 0 1F 11F 3B 2B
Octal 223 55 260 20 112 0 37 437 73 53
Binary 10010011 101101 10110000 10000 1001010 0 11111 100011111 111011 101011

Color Harmonies of #932DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932DB0

Black with #932DB0

Text Example


Text Example

White with #932DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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