Html Css Color HEX #9433BB Dark Orchid

📋 copy color: '#9433BB'

red 148 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #9433BB

Tints of Dark Orchid #9433BB

RGB

 RED value IS 148 (58.2% from 255) = 38.34%

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 38.34%
G = 13.21%
B = 48.45%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9433BB (or 0x9433BB) is known color: Dark Orchid. HEX triplet: 94, 33 and BB. RGB value is (148,51,187). Sum of RGB (Red+Green+Blue) = 148+51+187=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #9433BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433BB is #6BCC44. Grayscale: #5F5F5F. Windows color (decimal): -7064645 or 12268436. OLE color: 12268436.

HSL color Cylindrical-coordinate representation of color #9433BB: hue angle of 282.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9433BB is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 51 187 -
CMYK 0.21 0.73 0 0.27
HSL 282.79º 0.57% 0.47% -
HSV(B) 282.79º 0.73% 0.73% -
XYZ 22.37 12.25 48.2 -
YUV 95.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 148 51 187 0.21 0.73 0 0.27 282.79 0.57 0.47
Hex 94 33 BB 15 49 0 1B 11B 39 2F
Octal 224 63 273 25 111 0 33 433 71 57
Binary 10010100 110011 10111011 10101 1001001 0 11011 100011011 111001 101111

Color Harmonies of #9433BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9433BB

Black with #9433BB

Text Example


Text Example

White with #9433BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9433BB; }

 p { color: rgb(148,51,187); }

 H1.HeaderClassName
 {
   color: #9433BB;
 }
 .AnyTagClassName
 {
   color: #9433BB;
 }
</style>

background-color css

<style>
 a { background-color: #9433BB; }

 a { background-color: rgb(148,51,187); }

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

border-color css

<style>
 span { border-color: #9433BB; }

 span { border-color: rgb(148,51,187); }

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