Html Css Color HEX #9A30DD Dark Orchid

📋 copy color: '#9A30DD'

red 154 ◦ green 48 ◦ blue 221

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

Shades of Dark Orchid #9A30DD

Tints of Dark Orchid #9A30DD

RGB

 RED value IS 154 (60.55% from 255) = 36.41%

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 36.41%
G = 11.35%
B = 52.25%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A30DD (or 0x9A30DD) is known color: Dark Orchid. HEX triplet: 9A, 30 and DD. RGB value is (154,48,221). Sum of RGB (Red+Green+Blue) = 154+48+221=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A30DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A30DD is #65CF22. Grayscale: #626262. Windows color (decimal): -6672163 or 14495898. OLE color: 14495898.

HSL color Cylindrical-coordinate representation of color #9A30DD: hue angle of 276.76º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A30DD is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 48 221 -
CMYK 0.30 0.78 0 0.13
HSL 276.76º 0.72% 0.53% -
HSV(B) 276.76º 0.78% 0.87% -
XYZ 27.43 14.2 69.7 -
YUV 99.42 196.62 166.93 -
System Red Green Blue C M Y K H S L
Decimal 154 48 221 0.30 0.78 0 0.13 276.76 0.72 0.53
Hex 9A 30 DD 1E 4E 0 D 115 48 35
Octal 232 60 335 36 116 0 15 425 110 65
Binary 10011010 110000 11011101 11110 1001110 0 1101 100010101 1001000 110101

Color Harmonies of #9A30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A30DD

Black with #9A30DD

Text Example


Text Example

White with #9A30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A30DD; }

 p { color: rgb(154,48,221); }

 H1.HeaderClassName
 {
   color: #9A30DD;
 }
 .AnyTagClassName
 {
   color: #9A30DD;
 }
</style>

background-color css

<style>
 a { background-color: #9A30DD; }

 a { background-color: rgb(154,48,221); }

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

border-color css

<style>
 span { border-color: #9A30DD; }

 span { border-color: rgb(154,48,221); }

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