Html Css Color HEX #9D34BC Dark Orchid

📋 copy color: '#9D34BC'

red 157 ◦ green 52 ◦ blue 188

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

Shades of Dark Orchid #9D34BC

Tints of Dark Orchid #9D34BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 39.55%
G = 13.1%
B = 47.36%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D34BC (or 0x9D34BC) is known color: Dark Orchid. HEX triplet: 9D, 34 and BC. RGB value is (157,52,188). Sum of RGB (Red+Green+Blue) = 157+52+188=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D34BC is #62CB43. Grayscale: #626262. Windows color (decimal): -6474564 or 12334237. OLE color: 12334237.

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

Color convert

RGB 157 52 188 -
CMYK 0.16 0.72 0 0.26
HSL 286.32º 0.57% 0.47% -
HSV(B) 286.32º 0.72% 0.74% -
XYZ 24.21 13.25 48.86 -
YUV 98.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 157 52 188 0.16 0.72 0 0.26 286.32 0.57 0.47
Hex 9D 34 BC 10 48 0 1A 11E 39 2F
Octal 235 64 274 20 110 0 32 436 71 57
Binary 10011101 110100 10111100 10000 1001000 0 11010 100011110 111001 101111

Color Harmonies of #9D34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D34BC

Black with #9D34BC

Text Example


Text Example

White with #9D34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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