Html Css Color HEX #9A41CC Dark Orchid

📋 copy color: '#9A41CC'

red 154 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #9A41CC

Tints of Dark Orchid #9A41CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.37%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 36.41%
G = 15.37%
B = 48.23%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A41CC (or 0x9A41CC) is known color: Dark Orchid. HEX triplet: 9A, 41 and CC. RGB value is (154,65,204). Sum of RGB (Red+Green+Blue) = 154+65+204=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A41CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A41CC is #65BE33. Grayscale: #6A6A6A. Windows color (decimal): -6667828 or 13386138. OLE color: 13386138.

HSL color Cylindrical-coordinate representation of color #9A41CC: hue angle of 278.42º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A41CC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 65 204 -
CMYK 0.25 0.68 0 0.2
HSL 278.42º 0.58% 0.53% -
HSV(B) 278.42º 0.68% 0.8% -
XYZ 26.12 15.01 58.65 -
YUV 107.46 182.49 161.2 -
System Red Green Blue C M Y K H S L
Decimal 154 65 204 0.25 0.68 0 0.2 278.42 0.58 0.53
Hex 9A 41 CC 19 44 0 14 116 3A 35
Octal 232 101 314 31 104 0 24 426 72 65
Binary 10011010 1000001 11001100 11001 1000100 0 10100 100010110 111010 110101

Color Harmonies of #9A41CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A41CC

Black with #9A41CC

Text Example


Text Example

White with #9A41CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,65,204); }

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

background-color css

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

 a { background-color: rgb(154,65,204); }

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

border-color css

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

 span { border-color: rgb(154,65,204); }

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