Html Css Color HEX #9231BF Dark Orchid

📋 copy color: '#9231BF'

red 146 ◦ green 49 ◦ blue 191

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

Shades of Dark Orchid #9231BF

Tints of Dark Orchid #9231BF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.69%

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

R = 37.82%
G = 12.69%
B = 49.48%

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

#9231BF (or 0x9231BF) is known color: Dark Orchid. HEX triplet: 92, 31 and BF. RGB value is (146,49,191). Sum of RGB (Red+Green+Blue) = 146+49+191=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #9231BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9231BF is #6DCE40. Grayscale: #5D5D5D. Windows color (decimal): -7196225 or 12530066. OLE color: 12530066.

HSL color Cylindrical-coordinate representation of color #9231BF: hue angle of 280.99º 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 #9231BF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 49 191 -
CMYK 0.24 0.74 0 0.25
HSL 280.99º 0.59% 0.47% -
HSV(B) 280.99º 0.74% 0.75% -
XYZ 22.36 12.07 50.44 -
YUV 94.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 146 49 191 0.24 0.74 0 0.25 280.99 0.59 0.47
Hex 92 31 BF 18 4A 0 19 119 3B 2F
Octal 222 61 277 30 112 0 31 431 73 57
Binary 10010010 110001 10111111 11000 1001010 0 11001 100011001 111011 101111

Color Harmonies of #9231BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9231BF

Black with #9231BF

Text Example


Text Example

White with #9231BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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