Html Css Color HEX #921DBE Dark Orchid

📋 copy color: '#921DBE'

red 146 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #921DBE

Tints of Dark Orchid #921DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.95%

 BLUE value IS 190 (74.61% from 255) = 52.05%

R = 40%
G = 7.95%
B = 52.05%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#921DBE (or 0x921DBE) is known color: Dark Orchid. HEX triplet: 92, 1D and BE. RGB value is (146,29,190). Sum of RGB (Red+Green+Blue) = 146+29+190=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #921DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DBE is #6DE241. Grayscale: #515151. Windows color (decimal): -7201346 or 12459410. OLE color: 12459410.

HSL color Cylindrical-coordinate representation of color #921DBE: hue angle of 283.6º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921DBE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 146 29 190 -
CMYK 0.23 0.85 0 0.25
HSL 283.6º 0.74% 0.43% -
HSV(B) 283.6º 0.85% 0.75% -
XYZ 21.59 10.71 49.64 -
YUV 82.34 188.76 173.41 -
System Red Green Blue C M Y K H S L
Decimal 146 29 190 0.23 0.85 0 0.25 283.6 0.74 0.43
Hex 92 1D BE 17 55 0 19 11C 4A 2B
Octal 222 35 276 27 125 0 31 434 112 53
Binary 10010010 11101 10111110 10111 1010101 0 11001 100011100 1001010 101011

Color Harmonies of #921DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921DBE

Black with #921DBE

Text Example


Text Example

White with #921DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921DBE; }

 p { color: rgb(146,29,190); }

 H1.HeaderClassName
 {
   color: #921DBE;
 }
 .AnyTagClassName
 {
   color: #921DBE;
 }
</style>

background-color css

<style>
 a { background-color: #921DBE; }

 a { background-color: rgb(146,29,190); }

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

border-color css

<style>
 span { border-color: #921DBE; }

 span { border-color: rgb(146,29,190); }

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