Html Css Color HEX #923BBC Dark Orchid

📋 copy color: '#923BBC'

red 146 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #923BBC

Tints of Dark Orchid #923BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

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

R = 37.15%
G = 15.01%
B = 47.84%

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

#923BBC (or 0x923BBC) is known color: Dark Orchid. HEX triplet: 92, 3B and BC. RGB value is (146,59,188). Sum of RGB (Red+Green+Blue) = 146+59+188=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #923BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #923BBC is #6DC443. Grayscale: #636363. Windows color (decimal): -7193668 or 12336018. OLE color: 12336018.

HSL color Cylindrical-coordinate representation of color #923BBC: hue angle of 280.47º degrees, saturation: 0.52, 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 #923BBC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 59 188 -
CMYK 0.22 0.69 0 0.26
HSL 280.47º 0.52% 0.48% -
HSV(B) 280.47º 0.69% 0.74% -
XYZ 22.5 12.87 48.88 -
YUV 99.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 146 59 188 0.22 0.69 0 0.26 280.47 0.52 0.48
Hex 92 3B BC 16 45 0 1A 118 34 30
Octal 222 73 274 26 105 0 32 430 64 60
Binary 10010010 111011 10111100 10110 1000101 0 11010 100011000 110100 110000

Color Harmonies of #923BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923BBC

Black with #923BBC

Text Example


Text Example

White with #923BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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