Html Css Color HEX #9C34BA Dark Orchid

📋 copy color: '#9C34BA'

red 156 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #9C34BA

Tints of Dark Orchid #9C34BA

RGB

 RED value IS 156 (61.33% from 255) = 39.59%

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

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

R = 39.59%
G = 13.2%
B = 47.21%

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

#9C34BA (or 0x9C34BA) is known color: Dark Orchid. HEX triplet: 9C, 34 and BA. RGB value is (156,52,186). Sum of RGB (Red+Green+Blue) = 156+52+186=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 52 (20.70% from 255 or 13.20% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C34BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C34BA is #63CB45. Grayscale: #616161. Windows color (decimal): -6540102 or 12203164. OLE color: 12203164.

HSL color Cylindrical-coordinate representation of color #9C34BA: hue angle of 286.57º 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 #9C34BA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 52 186 -
CMYK 0.16 0.72 0 0.27
HSL 286.57º 0.56% 0.47% -
HSV(B) 286.57º 0.72% 0.73% -
XYZ 23.8 13.07 47.72 -
YUV 98.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 156 52 186 0.16 0.72 0 0.27 286.57 0.56 0.47
Hex 9C 34 BA 10 48 0 1B 11F 38 2F
Octal 234 64 272 20 110 0 33 437 70 57
Binary 10011100 110100 10111010 10000 1001000 0 11011 100011111 111000 101111

Color Harmonies of #9C34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C34BA

Black with #9C34BA

Text Example


Text Example

White with #9C34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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