Html Css Color HEX #9429BB Dark Orchid

📋 copy color: '#9429BB'

red 148 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #9429BB

Tints of Dark Orchid #9429BB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 39.36%
G = 10.9%
B = 49.73%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9429BB (or 0x9429BB) is known color: Dark Orchid. HEX triplet: 94, 29 and BB. RGB value is (148,41,187). Sum of RGB (Red+Green+Blue) = 148+41+187=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #9429BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429BB is #6BD644. Grayscale: #595959. Windows color (decimal): -7067205 or 12265876. OLE color: 12265876.

HSL color Cylindrical-coordinate representation of color #9429BB: hue angle of 283.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9429BB is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 41 187 -
CMYK 0.21 0.78 0 0.27
HSL 283.97º 0.64% 0.45% -
HSV(B) 283.97º 0.78% 0.73% -
XYZ 21.98 11.47 48.07 -
YUV 89.64 182.95 169.63 -
System Red Green Blue C M Y K H S L
Decimal 148 41 187 0.21 0.78 0 0.27 283.97 0.64 0.45
Hex 94 29 BB 15 4E 0 1B 11C 40 2D
Octal 224 51 273 25 116 0 33 434 100 55
Binary 10010100 101001 10111011 10101 1001110 0 11011 100011100 1000000 101101

Color Harmonies of #9429BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9429BB

Black with #9429BB

Text Example


Text Example

White with #9429BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9429BB; }

 p { color: rgb(148,41,187); }

 H1.HeaderClassName
 {
   color: #9429BB;
 }
 .AnyTagClassName
 {
   color: #9429BB;
 }
</style>

background-color css

<style>
 a { background-color: #9429BB; }

 a { background-color: rgb(148,41,187); }

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

border-color css

<style>
 span { border-color: #9429BB; }

 span { border-color: rgb(148,41,187); }

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