Html Css Color HEX #9A37CA Dark Orchid

📋 copy color: '#9A37CA'

red 154 ◦ green 55 ◦ blue 202

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

Shades of Dark Orchid #9A37CA

Tints of Dark Orchid #9A37CA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.38%

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

R = 37.47%
G = 13.38%
B = 49.15%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A37CA (or 0x9A37CA) is known color: Dark Orchid. HEX triplet: 9A, 37 and CA. RGB value is (154,55,202). Sum of RGB (Red+Green+Blue) = 154+55+202=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A37CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A37CA is #65C835. Grayscale: #646464. Windows color (decimal): -6670390 or 13252506. OLE color: 13252506.

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

Color convert

RGB 154 55 202 -
CMYK 0.24 0.73 0 0.21
HSL 280.41º 0.58% 0.5% -
HSV(B) 280.41º 0.73% 0.79% -
XYZ 25.35 13.87 57.22 -
YUV 101.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 154 55 202 0.24 0.73 0 0.21 280.41 0.58 0.5
Hex 9A 37 CA 18 49 0 15 118 3A 32
Octal 232 67 312 30 111 0 25 430 72 62
Binary 10011010 110111 11001010 11000 1001001 0 10101 100011000 111010 110010

Color Harmonies of #9A37CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A37CA

Black with #9A37CA

Text Example


Text Example

White with #9A37CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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