Html Css Color HEX #9A30CA Dark Orchid

📋 copy color: '#9A30CA'

red 154 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #9A30CA

Tints of Dark Orchid #9A30CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 38.12%
G = 11.88%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A30CA (or 0x9A30CA) is known color: Dark Orchid. HEX triplet: 9A, 30 and CA. RGB value is (154,48,202). Sum of RGB (Red+Green+Blue) = 154+48+202=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A30CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A30CA is #65CF35. Grayscale: #606060. Windows color (decimal): -6672182 or 13250714. OLE color: 13250714.

HSL color Cylindrical-coordinate representation of color #9A30CA: hue angle of 281.3º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A30CA is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 48 202 -
CMYK 0.24 0.76 0 0.21
HSL 281.3º 0.62% 0.49% -
HSV(B) 281.3º 0.76% 0.79% -
XYZ 25.04 13.25 57.11 -
YUV 97.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 154 48 202 0.24 0.76 0 0.21 281.3 0.62 0.49
Hex 9A 30 CA 18 4C 0 15 119 3E 31
Octal 232 60 312 30 114 0 25 431 76 61
Binary 10011010 110000 11001010 11000 1001100 0 10101 100011001 111110 110001

Color Harmonies of #9A30CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A30CA

Black with #9A30CA

Text Example


Text Example

White with #9A30CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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