Html Css Color HEX #9232BF Dark Orchid

📋 copy color: '#9232BF'

red 146 ◦ green 50 ◦ blue 191

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

Shades of Dark Orchid #9232BF

Tints of Dark Orchid #9232BF

RGB

 RED value IS 146 (57.42% from 255) = 37.73%

 GREEN value IS 50 (19.92% from 255) = 12.92%

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

R = 37.73%
G = 12.92%
B = 49.35%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9232BF (or 0x9232BF) is known color: Dark Orchid. HEX triplet: 92, 32 and BF. RGB value is (146,50,191). Sum of RGB (Red+Green+Blue) = 146+50+191=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #9232BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9232BF is #6DCD40. Grayscale: #5E5E5E. Windows color (decimal): -7195969 or 12530322. OLE color: 12530322.

HSL color Cylindrical-coordinate representation of color #9232BF: hue angle of 280.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9232BF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 50 191 -
CMYK 0.24 0.74 0 0.25
HSL 280.85º 0.59% 0.47% -
HSV(B) 280.85º 0.74% 0.75% -
XYZ 22.4 12.15 50.46 -
YUV 94.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 146 50 191 0.24 0.74 0 0.25 280.85 0.59 0.47
Hex 92 32 BF 18 4A 0 19 119 3B 2F
Octal 222 62 277 30 112 0 31 431 73 57
Binary 10010010 110010 10111111 11000 1001010 0 11001 100011001 111011 101111

Color Harmonies of #9232BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9232BF

Black with #9232BF

Text Example


Text Example

White with #9232BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,50,191); }

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

background-color css

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

 a { background-color: rgb(146,50,191); }

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

border-color css

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

 span { border-color: rgb(146,50,191); }

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