Html Css Color HEX #9A1AC3 Dark Orchid

📋 copy color: '#9A1AC3'

red 154 ◦ green 26 ◦ blue 195

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

Shades of Dark Orchid #9A1AC3

Tints of Dark Orchid #9A1AC3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.93%

 BLUE value IS 195 (76.56% from 255) = 52%

R = 41.07%
G = 6.93%
B = 52%

CMYK

 C value IS 0.21

 M value IS 0.87

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9A1AC3 (or 0x9A1AC3) is known color: Dark Orchid. HEX triplet: 9A, 1A and C3. RGB value is (154,26,195). Sum of RGB (Red+Green+Blue) = 154+26+195=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #9A1AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1AC3 is #65E53C. Grayscale: #525252. Windows color (decimal): -6677821 or 12786330. OLE color: 12786330.

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

Color convert

RGB 154 26 195 -
CMYK 0.21 0.87 0 0.24
HSL 285.44º 0.76% 0.43% -
HSV(B) 285.44º 0.87% 0.76% -
XYZ 23.55 11.55 52.62 -
YUV 83.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 154 26 195 0.21 0.87 0 0.24 285.44 0.76 0.43
Hex 9A 1A C3 15 57 0 18 11D 4C 2B
Octal 232 32 303 25 127 0 30 435 114 53
Binary 10011010 11010 11000011 10101 1010111 0 11000 100011101 1001100 101011

Color Harmonies of #9A1AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A1AC3

Black with #9A1AC3

Text Example


Text Example

White with #9A1AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,26,195); }

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

background-color css

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

 a { background-color: rgb(154,26,195); }

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

border-color css

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

 span { border-color: rgb(154,26,195); }

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