Html Css Color HEX #9831BC Dark Orchid

📋 copy color: '#9831BC'

red 152 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #9831BC

Tints of Dark Orchid #9831BC

RGB

 RED value IS 152 (59.77% from 255) = 39.07%

 GREEN value IS 49 (19.53% from 255) = 12.6%

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

R = 39.07%
G = 12.6%
B = 48.33%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9831BC (or 0x9831BC) is known color: Dark Orchid. HEX triplet: 98, 31 and BC. RGB value is (152,49,188). Sum of RGB (Red+Green+Blue) = 152+49+188=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #9831BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9831BC is #67CE43. Grayscale: #5F5F5F. Windows color (decimal): -6803012 or 12333464. OLE color: 12333464.

HSL color Cylindrical-coordinate representation of color #9831BC: hue angle of 284.46º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9831BC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 49 188 -
CMYK 0.19 0.74 0 0.26
HSL 284.46º 0.59% 0.46% -
HSV(B) 284.46º 0.74% 0.74% -
XYZ 23.12 12.5 48.77 -
YUV 95.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 152 49 188 0.19 0.74 0 0.26 284.46 0.59 0.46
Hex 98 31 BC 13 4A 0 1A 11C 3B 2E
Octal 230 61 274 23 112 0 32 434 73 56
Binary 10011000 110001 10111100 10011 1001010 0 11010 100011100 111011 101110

Color Harmonies of #9831BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9831BC

Black with #9831BC

Text Example


Text Example

White with #9831BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,49,188); }

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

background-color css

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

 a { background-color: rgb(152,49,188); }

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

border-color css

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

 span { border-color: rgb(152,49,188); }

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