Html Css Color HEX #9A30DC Dark Orchid

📋 copy color: '#9A30DC'

red 154 ◦ green 48 ◦ blue 220

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

Shades of Dark Orchid #9A30DC

Tints of Dark Orchid #9A30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 36.49%
G = 11.37%
B = 52.13%

CMYK

 C value IS 0.3

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9A30DC (or 0x9A30DC) is known color: Dark Orchid. HEX triplet: 9A, 30 and DC. RGB value is (154,48,220). Sum of RGB (Red+Green+Blue) = 154+48+220=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A30DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A30DC is #65CF23. Grayscale: #626262. Windows color (decimal): -6672164 or 14430362. OLE color: 14430362.

HSL color Cylindrical-coordinate representation of color #9A30DC: hue angle of 276.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A30DC is Cyan = 0.3, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 48 220 -
CMYK 0.3 0.78 0 0.14
HSL 276.98º 0.71% 0.53% -
HSV(B) 276.98º 0.78% 0.86% -
XYZ 27.3 14.15 69 -
YUV 99.3 196.12 167.01 -
System Red Green Blue C M Y K H S L
Decimal 154 48 220 0.3 0.78 0 0.14 276.98 0.71 0.53
Hex 9A 30 DC 1E 4E 0 E 115 47 35
Octal 232 60 334 36 116 0 16 425 107 65
Binary 10011010 110000 11011100 11110 1001110 0 1110 100010101 1000111 110101

Color Harmonies of #9A30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A30DC

Black with #9A30DC

Text Example


Text Example

White with #9A30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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