Html Css Color HEX #9539DA Dark Orchid

📋 copy color: '#9539DA'

red 149 ◦ green 57 ◦ blue 218

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

Shades of Dark Orchid #9539DA

Tints of Dark Orchid #9539DA

RGB

 RED value IS 149 (58.59% from 255) = 35.14%

 GREEN value IS 57 (22.66% from 255) = 13.44%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 35.14%
G = 13.44%
B = 51.42%

CMYK

 C value IS 0.32

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9539DA (or 0x9539DA) is known color: Dark Orchid. HEX triplet: 95, 39 and DA. RGB value is (149,57,218). Sum of RGB (Red+Green+Blue) = 149+57+218=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #9539DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9539DA is #6AC625. Grayscale: #666666. Windows color (decimal): -6997542 or 14301589. OLE color: 14301589.

HSL color Cylindrical-coordinate representation of color #9539DA: hue angle of 274.29º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9539DA is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 57 218 -
CMYK 0.32 0.74 0 0.15
HSL 274.29º 0.69% 0.54% -
HSV(B) 274.29º 0.74% 0.85% -
XYZ 26.51 14.38 67.71 -
YUV 102.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 149 57 218 0.32 0.74 0 0.15 274.29 0.69 0.54
Hex 95 39 DA 20 4A 0 F 112 45 36
Octal 225 71 332 40 112 0 17 422 105 66
Binary 10010101 111001 11011010 100000 1001010 0 1111 100010010 1000101 110110

Color Harmonies of #9539DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9539DA

Black with #9539DA

Text Example


Text Example

White with #9539DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9539DA; }

 p { color: rgb(149,57,218); }

 H1.HeaderClassName
 {
   color: #9539DA;
 }
 .AnyTagClassName
 {
   color: #9539DA;
 }
</style>

background-color css

<style>
 a { background-color: #9539DA; }

 a { background-color: rgb(149,57,218); }

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

border-color css

<style>
 span { border-color: #9539DA; }

 span { border-color: rgb(149,57,218); }

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