Html Css Color HEX #9833BF Dark Orchid

📋 copy color: '#9833BF'

red 152 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #9833BF

Tints of Dark Orchid #9833BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.94%

 BLUE value IS 191 (75% from 255) = 48.48%

R = 38.58%
G = 12.94%
B = 48.48%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9833BF (or 0x9833BF) is known color: Dark Orchid. HEX triplet: 98, 33 and BF. RGB value is (152,51,191). Sum of RGB (Red+Green+Blue) = 152+51+191=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #9833BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9833BF is #67CC40. Grayscale: #606060. Windows color (decimal): -6802497 or 12530584. OLE color: 12530584.

HSL color Cylindrical-coordinate representation of color #9833BF: hue angle of 283.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9833BF is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 51 191 -
CMYK 0.20 0.73 0 0.25
HSL 283.29º 0.58% 0.47% -
HSV(B) 283.29º 0.73% 0.75% -
XYZ 23.54 12.8 50.52 -
YUV 97.16 180.96 167.12 -
System Red Green Blue C M Y K H S L
Decimal 152 51 191 0.20 0.73 0 0.25 283.29 0.58 0.47
Hex 98 33 BF 14 49 0 19 11B 3A 2F
Octal 230 63 277 24 111 0 31 433 72 57
Binary 10011000 110011 10111111 10100 1001001 0 11001 100011011 111010 101111

Color Harmonies of #9833BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9833BF

Black with #9833BF

Text Example


Text Example

White with #9833BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9833BF; }

 p { color: rgb(152,51,191); }

 H1.HeaderClassName
 {
   color: #9833BF;
 }
 .AnyTagClassName
 {
   color: #9833BF;
 }
</style>

background-color css

<style>
 a { background-color: #9833BF; }

 a { background-color: rgb(152,51,191); }

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

border-color css

<style>
 span { border-color: #9833BF; }

 span { border-color: rgb(152,51,191); }

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