Html Css Color HEX #9A3DBF Dark Orchid

📋 copy color: '#9A3DBF'

red 154 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #9A3DBF

Tints of Dark Orchid #9A3DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

 BLUE value IS 191 (75% from 255) = 47.04%

R = 37.93%
G = 15.02%
B = 47.04%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9A3DBF (or 0x9A3DBF) is known color: Dark Orchid. HEX triplet: 9A, 3D and BF. RGB value is (154,61,191). Sum of RGB (Red+Green+Blue) = 154+61+191=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DBF is #65C240. Grayscale: #676767. Windows color (decimal): -6668865 or 12533146. OLE color: 12533146.

HSL color Cylindrical-coordinate representation of color #9A3DBF: hue angle of 282.92º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A3DBF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 154 61 191 -
CMYK 0.19 0.68 0 0.25
HSL 282.92º 0.52% 0.49% -
HSV(B) 282.92º 0.68% 0.75% -
XYZ 24.4 13.97 50.7 -
YUV 103.63 177.31 163.93 -
System Red Green Blue C M Y K H S L
Decimal 154 61 191 0.19 0.68 0 0.25 282.92 0.52 0.49
Hex 9A 3D BF 13 44 0 19 11B 34 31
Octal 232 75 277 23 104 0 31 433 64 61
Binary 10011010 111101 10111111 10011 1000100 0 11001 100011011 110100 110001

Color Harmonies of #9A3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3DBF

Black with #9A3DBF

Text Example


Text Example

White with #9A3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,61,191); }

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

background-color css

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

 a { background-color: rgb(154,61,191); }

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

border-color css

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

 span { border-color: rgb(154,61,191); }

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