Html Css Color HEX #9A1FCA Dark Orchid

📋 copy color: '#9A1FCA'

red 154 ◦ green 31 ◦ blue 202

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

Shades of Dark Orchid #9A1FCA

Tints of Dark Orchid #9A1FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.01%

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

R = 39.79%
G = 8.01%
B = 52.2%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A1FCA (or 0x9A1FCA) is known color: Dark Orchid. HEX triplet: 9A, 1F and CA. RGB value is (154,31,202). Sum of RGB (Red+Green+Blue) = 154+31+202=387 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.79% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A1FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1FCA is #65E035. Grayscale: #565656. Windows color (decimal): -6676534 or 13246362. OLE color: 13246362.

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

Color convert

RGB 154 31 202 -
CMYK 0.24 0.85 0 0.21
HSL 283.16º 0.73% 0.46% -
HSV(B) 283.16º 0.85% 0.79% -
XYZ 24.48 12.11 56.93 -
YUV 87.27 192.75 175.6 -
System Red Green Blue C M Y K H S L
Decimal 154 31 202 0.24 0.85 0 0.21 283.16 0.73 0.46
Hex 9A 1F CA 18 55 0 15 11B 49 2E
Octal 232 37 312 30 125 0 25 433 111 56
Binary 10011010 11111 11001010 11000 1010101 0 10101 100011011 1001001 101110

Color Harmonies of #9A1FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1FCA

Black with #9A1FCA

Text Example


Text Example

White with #9A1FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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