Html Css Color HEX #9429BF Dark Orchid

📋 copy color: '#9429BF'

red 148 ◦ green 41 ◦ blue 191

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

Shades of Dark Orchid #9429BF

Tints of Dark Orchid #9429BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.26%

R = 38.95%
G = 10.79%
B = 50.26%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9429BF (or 0x9429BF) is known color: Dark Orchid. HEX triplet: 94, 29 and BF. RGB value is (148,41,191). Sum of RGB (Red+Green+Blue) = 148+41+191=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #9429BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9429BF is #6BD640. Grayscale: #595959. Windows color (decimal): -7067201 or 12528020. OLE color: 12528020.

HSL color Cylindrical-coordinate representation of color #9429BF: hue angle of 282.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9429BF is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 41 191 -
CMYK 0.23 0.79 0 0.25
HSL 282.8º 0.65% 0.45% -
HSV(B) 282.8º 0.79% 0.75% -
XYZ 22.41 11.64 50.36 -
YUV 90.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 148 41 191 0.23 0.79 0 0.25 282.8 0.65 0.45
Hex 94 29 BF 17 4F 0 19 11B 41 2D
Octal 224 51 277 27 117 0 31 433 101 55
Binary 10010100 101001 10111111 10111 1001111 0 11001 100011011 1000001 101101

Color Harmonies of #9429BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9429BF

Black with #9429BF

Text Example


Text Example

White with #9429BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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