Html Css Color HEX #9235BC Dark Orchid

📋 copy color: '#9235BC'

red 146 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #9235BC

Tints of Dark Orchid #9235BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.7%

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

R = 37.73%
G = 13.7%
B = 48.58%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9235BC (or 0x9235BC) is known color: Dark Orchid. HEX triplet: 92, 35 and BC. RGB value is (146,53,188). Sum of RGB (Red+Green+Blue) = 146+53+188=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #9235BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9235BC is #6DCA43. Grayscale: #5F5F5F. Windows color (decimal): -7195204 or 12334482. OLE color: 12334482.

HSL color Cylindrical-coordinate representation of color #9235BC: hue angle of 281.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9235BC is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 53 188 -
CMYK 0.22 0.72 0 0.26
HSL 281.33º 0.56% 0.47% -
HSV(B) 281.33º 0.72% 0.74% -
XYZ 22.2 12.29 48.78 -
YUV 96.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 146 53 188 0.22 0.72 0 0.26 281.33 0.56 0.47
Hex 92 35 BC 16 48 0 1A 119 38 2F
Octal 222 65 274 26 110 0 32 431 70 57
Binary 10010010 110101 10111100 10110 1001000 0 11010 100011001 111000 101111

Color Harmonies of #9235BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9235BC

Black with #9235BC

Text Example


Text Example

White with #9235BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9235BC; }

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

 H1.HeaderClassName
 {
   color: #9235BC;
 }
 .AnyTagClassName
 {
   color: #9235BC;
 }
</style>

background-color css

<style>
 a { background-color: #9235BC; }

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

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

border-color css

<style>
 span { border-color: #9235BC; }

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

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