Html Css Color HEX #9434BA Dark Orchid

📋 copy color: '#9434BA'

red 148 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #9434BA

Tints of Dark Orchid #9434BA

RGB

 RED value IS 148 (58.2% from 255) = 38.34%

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

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

R = 38.34%
G = 13.47%
B = 48.19%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9434BA (or 0x9434BA) is known color: Dark Orchid. HEX triplet: 94, 34 and BA. RGB value is (148,52,186). Sum of RGB (Red+Green+Blue) = 148+52+186=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #9434BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9434BA is #6BCB45. Grayscale: #5F5F5F. Windows color (decimal): -7064390 or 12203156. OLE color: 12203156.

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

Color convert

RGB 148 52 186 -
CMYK 0.20 0.72 0 0.27
HSL 282.99º 0.56% 0.47% -
HSV(B) 282.99º 0.72% 0.73% -
XYZ 22.3 12.3 47.65 -
YUV 95.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 148 52 186 0.20 0.72 0 0.27 282.99 0.56 0.47
Hex 94 34 BA 14 48 0 1B 11B 38 2F
Octal 224 64 272 24 110 0 33 433 70 57
Binary 10010100 110100 10111010 10100 1001000 0 11011 100011011 111000 101111

Color Harmonies of #9434BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9434BA

Black with #9434BA

Text Example


Text Example

White with #9434BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9434BA; }

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

 H1.HeaderClassName
 {
   color: #9434BA;
 }
 .AnyTagClassName
 {
   color: #9434BA;
 }
</style>

background-color css

<style>
 a { background-color: #9434BA; }

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

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

border-color css

<style>
 span { border-color: #9434BA; }

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

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