#9835C1

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

Shades of Dark Orchid #9835C1

Tints of Dark Orchid #9835C1

Color information

#9835C1 (or 0x9835C1) is unknown color: approx Dark Orchid. HEX triplet: 98, 35 and C1. RGB value is (152,53,193). Sum of RGB (Red+Green+Blue) = 152+53+193=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 53 (21.09% from 255 or 13.32% from 398); Blue value is 193 (75.78% from 255 or 48.49% from 398); Max value from RGB is 193 - color contains mainly: blue. Hex color #9835C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9835C1 is #67CA3E. Grayscale: #626262. Windows color (decimal): -6801983 or 12662168. OLE color: 12662168.

HSL color Cylindrical-coordinate representation of color #9835C1: hue angle of 282.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9835C1 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15253193-
CMYK0.210.7300.24
HSL282.43º56.91%48.24%-
HSV(B)282.43º72.54%75.69%-
XYZ23.8513.0751.72-
YUV98.56181.3166.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 53 (21.09% from 255) = 13.32%
BLUE value IS 193 (75.78% from 255) = 48.49%
R=38.19%
G=13.32%
B=48.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal152531930.210.7300.24282.4356.9148.24
Hex9835C1154901811a3930
Octal23065301251110304327160
Binary1001100011010111000001101011001001011000100011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9835C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9835C1; }

 p { color: rgb(152,53,193); }

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

<style>
 a { background-color: #9835C1; }

 a { background-color: rgb(152,53,193); }

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

<style>
 span { border-color: #9835C1; }

 span { border-color: rgb(152,53,193); }

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