Html Css Color HEX #922DBB Dark Orchid

📋 copy color: '#922DBB'

red 146 ◦ green 45 ◦ blue 187

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

Shades of Dark Orchid #922DBB

Tints of Dark Orchid #922DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.9%

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

R = 38.62%
G = 11.9%
B = 49.47%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#922DBB (or 0x922DBB) is known color: Dark Orchid. HEX triplet: 92, 2D and BB. RGB value is (146,45,187). Sum of RGB (Red+Green+Blue) = 146+45+187=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #922DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922DBB is #6DD244. Grayscale: #5A5A5A. Windows color (decimal): -7197253 or 12266898. OLE color: 12266898.

HSL color Cylindrical-coordinate representation of color #922DBB: hue angle of 282.68º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #922DBB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 146 45 187 -
CMYK 0.22 0.76 0 0.27
HSL 282.68º 0.61% 0.45% -
HSV(B) 282.68º 0.76% 0.73% -
XYZ 21.76 11.58 48.1 -
YUV 91.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 146 45 187 0.22 0.76 0 0.27 282.68 0.61 0.45
Hex 92 2D BB 16 4C 0 1B 11B 3D 2D
Octal 222 55 273 26 114 0 33 433 75 55
Binary 10010010 101101 10111011 10110 1001100 0 11011 100011011 111101 101101

Color Harmonies of #922DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922DBB

Black with #922DBB

Text Example


Text Example

White with #922DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922DBB; }

 p { color: rgb(146,45,187); }

 H1.HeaderClassName
 {
   color: #922DBB;
 }
 .AnyTagClassName
 {
   color: #922DBB;
 }
</style>

background-color css

<style>
 a { background-color: #922DBB; }

 a { background-color: rgb(146,45,187); }

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

border-color css

<style>
 span { border-color: #922DBB; }

 span { border-color: rgb(146,45,187); }

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