#9A35CD

Color #9A35CD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9A35CD

Tints of Dark Orchid #9A35CD

Color information

#9A35CD (or 0x9A35CD) is unknown color: approx Dark Orchid. HEX triplet: 9A, 35 and CD. RGB value is (154,53,205). Sum of RGB (Red+Green+Blue) = 154+53+205=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A35CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A35CD is #65CA32. Grayscale: #646464. Windows color (decimal): -6670899 or 13448602. OLE color: 13448602.

HSL color Cylindrical-coordinate representation of color #9A35CD: hue angle of 279.87º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9A35CD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15453205-
CMYK0.250.7400.20
HSL279.87º60.32%50.59%-
HSV(B)279.87º74.15%80.39%-
XYZ25.6213.8259.08-
YUV100.53186.96166.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.38%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 205 (80.47% from 255) = 49.76%
R=37.38%
G=12.86%
B=49.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154532050.250.7400.20279.8760.3250.59
Hex9A35CD194A0141183c33
Octal23265315311120244307463
Binary1001101011010111001101110011001010010100100011000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A35CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,53,205); }

 H1.HeaderClassName
 {
   color: #9A35CD;
 }
 .AnyTagClassName
 {
   color: #9A35CD;
 }
</style>
background-color css

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

 a { background-color: rgb(154,53,205); }

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

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

 span { border-color: rgb(154,53,205); }

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