Html Css Color HEX #923ABC Dark Orchid

📋 copy color: '#923ABC'

red 146 ◦ green 58 ◦ blue 188

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

Shades of Dark Orchid #923ABC

Tints of Dark Orchid #923ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.8%

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 37.24%
G = 14.8%
B = 47.96%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#923ABC (or 0x923ABC) is known color: Dark Orchid. HEX triplet: 92, 3A and BC. RGB value is (146,58,188). Sum of RGB (Red+Green+Blue) = 146+58+188=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #923ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ABC is #6DC543. Grayscale: #626262. Windows color (decimal): -7193924 or 12335762. OLE color: 12335762.

HSL color Cylindrical-coordinate representation of color #923ABC: hue angle of 280.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #923ABC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 58 188 -
CMYK 0.22 0.69 0 0.26
HSL 280.62º 0.53% 0.48% -
HSV(B) 280.62º 0.69% 0.74% -
XYZ 22.44 12.77 48.86 -
YUV 99.13 178.15 161.43 -
System Red Green Blue C M Y K H S L
Decimal 146 58 188 0.22 0.69 0 0.26 280.62 0.53 0.48
Hex 92 3A BC 16 45 0 1A 119 35 30
Octal 222 72 274 26 105 0 32 431 65 60
Binary 10010010 111010 10111100 10110 1000101 0 11010 100011001 110101 110000

Color Harmonies of #923ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ABC

Black with #923ABC

Text Example


Text Example

White with #923ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923ABC; }

 p { color: rgb(146,58,188); }

 H1.HeaderClassName
 {
   color: #923ABC;
 }
 .AnyTagClassName
 {
   color: #923ABC;
 }
</style>

background-color css

<style>
 a { background-color: #923ABC; }

 a { background-color: rgb(146,58,188); }

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

border-color css

<style>
 span { border-color: #923ABC; }

 span { border-color: rgb(146,58,188); }

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