Html Css Color HEX #9A46D1 Dark Orchid

📋 copy color: '#9A46D1'

red 154 ◦ green 70 ◦ blue 209

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

Shades of Dark Orchid #9A46D1

Tints of Dark Orchid #9A46D1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

 BLUE value IS 209 (82.03% from 255) = 48.27%

R = 35.57%
G = 16.17%
B = 48.27%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9A46D1 (or 0x9A46D1) is known color: Dark Orchid. HEX triplet: 9A, 46 and D1. RGB value is (154,70,209). Sum of RGB (Red+Green+Blue) = 154+70+209=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A46D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A46D1 is #65B92E. Grayscale: #6E6E6E. Windows color (decimal): -6666543 or 13715098. OLE color: 13715098.

HSL color Cylindrical-coordinate representation of color #9A46D1: hue angle of 276.26º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A46D1 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 70 209 -
CMYK 0.26 0.67 0 0.18
HSL 276.26º 0.6% 0.55% -
HSV(B) 276.26º 0.67% 0.82% -
XYZ 27.03 15.85 61.96 -
YUV 110.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 154 70 209 0.26 0.67 0 0.18 276.26 0.6 0.55
Hex 9A 46 D1 1A 43 0 12 114 3C 37
Octal 232 106 321 32 103 0 22 424 74 67
Binary 10011010 1000110 11010001 11010 1000011 0 10010 100010100 111100 110111

Color Harmonies of #9A46D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A46D1

Black with #9A46D1

Text Example


Text Example

White with #9A46D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,70,209); }

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

background-color css

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

 a { background-color: rgb(154,70,209); }

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

border-color css

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

 span { border-color: rgb(154,70,209); }

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