Html Css Color HEX #9D34BA Dark Orchid

📋 copy color: '#9D34BA'

red 157 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #9D34BA

Tints of Dark Orchid #9D34BA

RGB

 RED value IS 157 (61.72% from 255) = 39.75%

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 39.75%
G = 13.16%
B = 47.09%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D34BA (or 0x9D34BA) is known color: Dark Orchid. HEX triplet: 9D, 34 and BA. RGB value is (157,52,186). Sum of RGB (Red+Green+Blue) = 157+52+186=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D34BA is #62CB45. Grayscale: #626262. Windows color (decimal): -6474566 or 12203165. OLE color: 12203165.

HSL color Cylindrical-coordinate representation of color #9D34BA: hue angle of 287.01º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D34BA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 52 186 -
CMYK 0.16 0.72 0 0.27
HSL 287.01º 0.56% 0.47% -
HSV(B) 287.01º 0.72% 0.73% -
XYZ 24 13.17 47.73 -
YUV 98.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 157 52 186 0.16 0.72 0 0.27 287.01 0.56 0.47
Hex 9D 34 BA 10 48 0 1B 11F 38 2F
Octal 235 64 272 20 110 0 33 437 70 57
Binary 10011101 110100 10111010 10000 1001000 0 11011 100011111 111000 101111

Color Harmonies of #9D34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D34BA

Black with #9D34BA

Text Example


Text Example

White with #9D34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,52,186); }

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

background-color css

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

 a { background-color: rgb(157,52,186); }

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

border-color css

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

 span { border-color: rgb(157,52,186); }

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