Html Css Color HEX #923ACB Dark Orchid

📋 copy color: '#923ACB'

red 146 ◦ green 58 ◦ blue 203

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

Shades of Dark Orchid #923ACB

Tints of Dark Orchid #923ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 35.87%
G = 14.25%
B = 49.88%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#923ACB (or 0x923ACB) is known color: Dark Orchid. HEX triplet: 92, 3A and CB. RGB value is (146,58,203). Sum of RGB (Red+Green+Blue) = 146+58+203=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #923ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923ACB is #6DC534. Grayscale: #646464. Windows color (decimal): -7193909 or 13318802. OLE color: 13318802.

HSL color Cylindrical-coordinate representation of color #923ACB: hue angle of 276.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #923ACB is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 58 203 -
CMYK 0.28 0.71 0 0.20
HSL 276.41º 0.58% 0.51% -
HSV(B) 276.41º 0.71% 0.8% -
XYZ 24.15 13.45 57.82 -
YUV 100.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 146 58 203 0.28 0.71 0 0.20 276.41 0.58 0.51
Hex 92 3A CB 1C 47 0 14 114 3A 33
Octal 222 72 313 34 107 0 24 424 72 63
Binary 10010010 111010 11001011 11100 1000111 0 10100 100010100 111010 110011

Color Harmonies of #923ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923ACB

Black with #923ACB

Text Example


Text Example

White with #923ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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