Html Css Color HEX #9A23CA Dark Orchid

📋 copy color: '#9A23CA'

red 154 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #9A23CA

Tints of Dark Orchid #9A23CA

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.95%

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

R = 39.39%
G = 8.95%
B = 51.66%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A23CA (or 0x9A23CA) is known color: Dark Orchid. HEX triplet: 9A, 23 and CA. RGB value is (154,35,202). Sum of RGB (Red+Green+Blue) = 154+35+202=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A23CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A23CA is #65DC35. Grayscale: #595959. Windows color (decimal): -6675510 or 13247386. OLE color: 13247386.

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

Color convert

RGB 154 35 202 -
CMYK 0.24 0.83 0 0.21
HSL 282.75º 0.7% 0.46% -
HSV(B) 282.75º 0.83% 0.79% -
XYZ 24.59 12.34 56.96 -
YUV 89.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 154 35 202 0.24 0.83 0 0.21 282.75 0.7 0.46
Hex 9A 23 CA 18 53 0 15 11B 46 2E
Octal 232 43 312 30 123 0 25 433 106 56
Binary 10011010 100011 11001010 11000 1010011 0 10101 100011011 1000110 101110

Color Harmonies of #9A23CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A23CA

Black with #9A23CA

Text Example


Text Example

White with #9A23CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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