Html Css Color HEX #9930B4 Dark Orchid

📋 copy color: '#9930B4'

red 153 ◦ green 48 ◦ blue 180

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

Shades of Dark Orchid #9930B4

Tints of Dark Orchid #9930B4

RGB

 RED value IS 153 (60.16% from 255) = 40.16%

 GREEN value IS 48 (19.14% from 255) = 12.6%

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

R = 40.16%
G = 12.6%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9930B4 (or 0x9930B4) is known color: Dark Orchid. HEX triplet: 99, 30 and B4. RGB value is (153,48,180). Sum of RGB (Red+Green+Blue) = 153+48+180=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #9930B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9930B4 is #66CF4B. Grayscale: #5E5E5E. Windows color (decimal): -6737740 or 11808921. OLE color: 11808921.

HSL color Cylindrical-coordinate representation of color #9930B4: hue angle of 287.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9930B4 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 48 180 -
CMYK 0.15 0.73 0 0.29
HSL 287.73º 0.58% 0.45% -
HSV(B) 287.73º 0.73% 0.71% -
XYZ 22.43 12.18 44.35 -
YUV 94.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 153 48 180 0.15 0.73 0 0.29 287.73 0.58 0.45
Hex 99 30 B4 F 49 0 1D 120 3A 2D
Octal 231 60 264 17 111 0 35 440 72 55
Binary 10011001 110000 10110100 1111 1001001 0 11101 100100000 111010 101101

Color Harmonies of #9930B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9930B4

Black with #9930B4

Text Example


Text Example

White with #9930B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9930B4; }

 p { color: rgb(153,48,180); }

 H1.HeaderClassName
 {
   color: #9930B4;
 }
 .AnyTagClassName
 {
   color: #9930B4;
 }
</style>

background-color css

<style>
 a { background-color: #9930B4; }

 a { background-color: rgb(153,48,180); }

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

border-color css

<style>
 span { border-color: #9930B4; }

 span { border-color: rgb(153,48,180); }

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